Html Css Color HEX #D88EA9 Kobi

📋 copy color: '#D88EA9'

red 216 ◦ green 142 ◦ blue 169

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

Shades of Kobi #D88EA9

Tints of Kobi #D88EA9

RGB

 RED value IS 216 (84.77% from 255) = 40.99%

 GREEN value IS 142 (55.86% from 255) = 26.94%

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

R = 40.99%
G = 26.94%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D88EA9 (or 0xD88EA9) is known color: Kobi. HEX triplet: D8, 8E and A9. RGB value is (216,142,169). Sum of RGB (Red+Green+Blue) = 216+142+169=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 142 (55.86% from 255 or 26.94% from 527); Blue value is 169 (66.41% from 255 or 32.07% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D88EA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88EA9 is #277156. Grayscale: #A7A7A7. Windows color (decimal): -2584919 or 11112152. OLE color: 11112152.

HSL color Cylindrical-coordinate representation of color #D88EA9: hue angle of 338.11º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D88EA9 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 142 169 -
CMYK 0 0.34 0.22 0.15
HSL 338.11º 0.49% 0.7% -
HSV(B) 338.11º 0.34% 0.85% -
XYZ 45.15 36.81 42.26 -
YUV 167.2 129.02 162.8 -
System Red Green Blue C M Y K H S L
Decimal 216 142 169 0 0.34 0.22 0.15 338.11 0.49 0.7
Hex D8 8E A9 0 22 16 F 152 31 46
Octal 330 216 251 0 42 26 17 522 61 106
Binary 11011000 10001110 10101001 0 100010 10110 1111 101010010 110001 1000110

Color Harmonies of #D88EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88EA9

Black with #D88EA9

Text Example


Text Example

White with #D88EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88EA9; }

 p { color: rgb(216,142,169); }

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

background-color css

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

 a { background-color: rgb(216,142,169); }

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

border-color css

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

 span { border-color: rgb(216,142,169); }

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