Html Css Color HEX #D99AB5 Kobi

📋 copy color: '#D99AB5'

red 217 ◦ green 154 ◦ blue 181

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

Shades of Kobi #D99AB5

Tints of Kobi #D99AB5

RGB

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

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

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

R = 39.31%
G = 27.9%
B = 32.79%

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

#D99AB5 (or 0xD99AB5) is known color: Kobi. HEX triplet: D9, 9A and B5. RGB value is (217,154,181). Sum of RGB (Red+Green+Blue) = 217+154+181=552 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.31% from 552); Green value is 154 (60.55% from 255 or 27.90% from 552); Blue value is 181 (71.09% from 255 or 32.79% from 552); Max value from RGB is 217 - color contains mainly: red. Hex color #D99AB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99AB5 is #26654A. Grayscale: #AFAFAF. Windows color (decimal): -2516299 or 11901657. OLE color: 11901657.

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

Color convert

RGB 217 154 181 -
CMYK 0 0.29 0.17 0.15
HSL 334.29º 0.45% 0.73% -
HSV(B) 334.29º 0.29% 0.85% -
XYZ 48.51 41.2 49.11 -
YUV 175.92 130.87 157.3 -
System Red Green Blue C M Y K H S L
Decimal 217 154 181 0 0.29 0.17 0.15 334.29 0.45 0.73
Hex D9 9A B5 0 1D 11 F 14E 2D 49
Octal 331 232 265 0 35 21 17 516 55 111
Binary 11011001 10011010 10110101 0 11101 10001 1111 101001110 101101 1001001

Color Harmonies of #D99AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99AB5

Black with #D99AB5

Text Example


Text Example

White with #D99AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99AB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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