Html Css Color HEX #D99AB4 Kobi

📋 copy color: '#D99AB4'

red 217 ◦ green 154 ◦ blue 180

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

Shades of Kobi #D99AB4

Tints of Kobi #D99AB4

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.95%

 BLUE value IS 180 (70.7% from 255) = 32.67%

R = 39.38%
G = 27.95%
B = 32.67%

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

#D99AB4 (or 0xD99AB4) is known color: Kobi. HEX triplet: D9, 9A and B4. RGB value is (217,154,180). Sum of RGB (Red+Green+Blue) = 217+154+180=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 154 (60.55% from 255 or 27.95% from 551); Blue value is 180 (70.70% from 255 or 32.67% from 551); Max value from RGB is 217 - color contains mainly: red. Hex color #D99AB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99AB4 is #26654B. Grayscale: #AFAFAF. Windows color (decimal): -2516300 or 11836121. OLE color: 11836121.

HSL color Cylindrical-coordinate representation of color #D99AB4: hue angle of 335.24º degrees, saturation: 0.45, 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 #D99AB4 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 154 180 -
CMYK 0 0.29 0.17 0.15
HSL 335.24º 0.45% 0.73% -
HSV(B) 335.24º 0.29% 0.85% -
XYZ 48.41 41.16 48.57 -
YUV 175.8 130.37 157.39 -
System Red Green Blue C M Y K H S L
Decimal 217 154 180 0 0.29 0.17 0.15 335.24 0.45 0.73
Hex D9 9A B4 0 1D 11 F 14F 2D 49
Octal 331 232 264 0 35 21 17 517 55 111
Binary 11011001 10011010 10110100 0 11101 10001 1111 101001111 101101 1001001

Color Harmonies of #D99AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99AB4

Black with #D99AB4

Text Example


Text Example

White with #D99AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99AB4; }

 p { color: rgb(217,154,180); }

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

background-color css

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

 a { background-color: rgb(217,154,180); }

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

border-color css

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

 span { border-color: rgb(217,154,180); }

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