Html Css Color HEX #D88FA9 Kobi

📋 copy color: '#D88FA9'

red 216 ◦ green 143 ◦ blue 169

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

Shades of Kobi #D88FA9

Tints of Kobi #D88FA9

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.08%

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

R = 40.91%
G = 27.08%
B = 32.01%

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

#D88FA9 (or 0xD88FA9) is known color: Kobi. HEX triplet: D8, 8F and A9. RGB value is (216,143,169). Sum of RGB (Red+Green+Blue) = 216+143+169=528 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.91% from 528); Green value is 143 (56.25% from 255 or 27.08% from 528); Blue value is 169 (66.41% from 255 or 32.01% from 528); Max value from RGB is 216 - color contains mainly: red. Hex color #D88FA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88FA9 is #277056. Grayscale: #A7A7A7. Windows color (decimal): -2584663 or 11112408. OLE color: 11112408.

HSL color Cylindrical-coordinate representation of color #D88FA9: hue angle of 338.63º degrees, saturation: 0.48, 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 #D88FA9 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 143 169 -
CMYK 0 0.34 0.22 0.15
HSL 338.63º 0.48% 0.7% -
HSV(B) 338.63º 0.34% 0.85% -
XYZ 45.3 37.11 42.31 -
YUV 167.79 128.68 162.39 -
System Red Green Blue C M Y K H S L
Decimal 216 143 169 0 0.34 0.22 0.15 338.63 0.48 0.7
Hex D8 8F A9 0 22 16 F 153 30 46
Octal 330 217 251 0 42 26 17 523 60 106
Binary 11011000 10001111 10101001 0 100010 10110 1111 101010011 110000 1000110

Color Harmonies of #D88FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88FA9

Black with #D88FA9

Text Example


Text Example

White with #D88FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88FA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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