Html Css Color HEX #D997A9 Kobi

📋 copy color: '#D997A9'

red 217 ◦ green 151 ◦ blue 169

#D997A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kobi #D997A9

Tints of Kobi #D997A9

RGB

 RED value IS 217 (85.16% from 255) = 40.41%

 GREEN value IS 151 (59.38% from 255) = 28.12%

 BLUE value IS 169 (66.41% from 255) = 31.47%

R = 40.41%
G = 28.12%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.22

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D997A9 (or 0xD997A9) is known color: Kobi. HEX triplet: D9, 97 and A9. RGB value is (217,151,169). Sum of RGB (Red+Green+Blue) = 217+151+169=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 151 (59.38% from 255 or 28.12% from 537); Blue value is 169 (66.41% from 255 or 31.47% from 537); Max value from RGB is 217 - color contains mainly: red. Hex color #D997A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D997A9 is #266856. Grayscale: #ACACAC. Windows color (decimal): -2517079 or 11114457. OLE color: 11114457.

HSL color Cylindrical-coordinate representation of color #D997A9: hue angle of 343.64º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D997A9 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 151 169 -
CMYK 0 0.30 0.22 0.15
HSL 343.64º 0.46% 0.72% -
HSV(B) 343.64º 0.3% 0.85% -
XYZ 46.84 39.75 42.74 -
YUV 172.79 125.87 159.54 -
System Red Green Blue C M Y K H S L
Decimal 217 151 169 0 0.30 0.22 0.15 343.64 0.46 0.72
Hex D9 97 A9 0 1E 16 F 158 2E 48
Octal 331 227 251 0 36 26 17 530 56 110
Binary 11011001 10010111 10101001 0 11110 10110 1111 101011000 101110 1001000

Color Harmonies of #D997A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D997A9

Black with #D997A9

Text Example


Text Example

White with #D997A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D997A9; }

 p { color: rgb(217,151,169); }

 H1.HeaderClassName
 {
   color: #D997A9;
 }
 .AnyTagClassName
 {
   color: #D997A9;
 }
</style>

background-color css

<style>
 a { background-color: #D997A9; }

 a { background-color: rgb(217,151,169); }

 div.DivClassName
 {
   background-color: #D997A9;
 }
 .BgClassName
 {
   background-color: #D997A9;
 }
</style>

border-color css

<style>
 span { border-color: #D997A9; }

 span { border-color: rgb(217,151,169); }

 td.TdClassName
 {
   border-color: #D997A9;
 }
 .TagClassName
 {
   border-color: #D997A9;
 }
</style>