Html Css Color HEX #D997B3 Kobi

📋 copy color: '#D997B3'

red 217 ◦ green 151 ◦ blue 179

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

Shades of Kobi #D997B3

Tints of Kobi #D997B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 32.72%

R = 39.67%
G = 27.61%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D997B3 (or 0xD997B3) is known color: Kobi. HEX triplet: D9, 97 and B3. RGB value is (217,151,179). Sum of RGB (Red+Green+Blue) = 217+151+179=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 151 (59.38% from 255 or 27.61% from 547); Blue value is 179 (70.31% from 255 or 32.72% from 547); Max value from RGB is 217 - color contains mainly: red. Hex color #D997B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D997B3 is #26684C. Grayscale: #ADADAD. Windows color (decimal): -2517069 or 11769817. OLE color: 11769817.

HSL color Cylindrical-coordinate representation of color #D997B3: hue angle of 334.55º 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 #D997B3 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 151 179 -
CMYK 0 0.30 0.18 0.15
HSL 334.55º 0.46% 0.72% -
HSV(B) 334.55º 0.3% 0.85% -
XYZ 47.82 40.14 47.88 -
YUV 173.93 130.87 158.72 -
System Red Green Blue C M Y K H S L
Decimal 217 151 179 0 0.30 0.18 0.15 334.55 0.46 0.72
Hex D9 97 B3 0 1E 12 F 14F 2E 48
Octal 331 227 263 0 36 22 17 517 56 110
Binary 11011001 10010111 10110011 0 11110 10010 1111 101001111 101110 1001000

Color Harmonies of #D997B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D997B3

Black with #D997B3

Text Example


Text Example

White with #D997B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D997B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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