Html Css Color HEX #D999B5 Kobi

📋 copy color: '#D999B5'

red 217 ◦ green 153 ◦ blue 181

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

Shades of Kobi #D999B5

Tints of Kobi #D999B5

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.77%

 BLUE value IS 181 (71.09% from 255) = 32.85%

R = 39.38%
G = 27.77%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D999B5 (or 0xD999B5) is known color: Kobi. HEX triplet: D9, 99 and B5. RGB value is (217,153,181). Sum of RGB (Red+Green+Blue) = 217+153+181=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 153 (60.16% from 255 or 27.77% from 551); Blue value is 181 (71.09% from 255 or 32.85% from 551); Max value from RGB is 217 - color contains mainly: red. Hex color #D999B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D999B5 is #26664A. Grayscale: #AFAFAF. Windows color (decimal): -2516555 or 11901401. OLE color: 11901401.

HSL color Cylindrical-coordinate representation of color #D999B5: hue angle of 333.75º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D999B5 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 153 181 -
CMYK 0 0.29 0.17 0.15
HSL 333.75º 0.46% 0.73% -
HSV(B) 333.75º 0.29% 0.85% -
XYZ 48.35 40.87 49.06 -
YUV 175.33 131.2 157.72 -
System Red Green Blue C M Y K H S L
Decimal 217 153 181 0 0.29 0.17 0.15 333.75 0.46 0.73
Hex D9 99 B5 0 1D 11 F 14E 2E 49
Octal 331 231 265 0 35 21 17 516 56 111
Binary 11011001 10011001 10110101 0 11101 10001 1111 101001110 101110 1001001

Color Harmonies of #D999B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D999B5

Black with #D999B5

Text Example


Text Example

White with #D999B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D999B5; }

 p { color: rgb(217,153,181); }

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

background-color css

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

 a { background-color: rgb(217,153,181); }

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

border-color css

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

 span { border-color: rgb(217,153,181); }

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