#D78DA9

Color #D78DA9 Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #D78DA9

Tints of Kobi #D78DA9

Color information

#D78DA9 (or 0xD78DA9) is unknown color: approx Kobi. HEX triplet: D7, 8D and A9. RGB value is (215,141,169). Sum of RGB (Red+Green+Blue) = 215+141+169=525 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.95% from 525); Green value is 141 (55.47% from 255 or 26.86% from 525); Blue value is 169 (66.41% from 255 or 32.19% from 525); Max value from RGB is 215 - color contains mainly: red. Hex color #D78DA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78DA9 is #287256. Grayscale: #A6A6A6. Windows color (decimal): -2650711 or 11111895. OLE color: 11111895.

HSL color Cylindrical-coordinate representation of color #D78DA9: hue angle of 337.3º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D78DA9 is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB215141169-
CMYK00.340.210.16
HSL337.3º48.05%69.8%-
HSV(B)337.3º34.42%84.31%-
XYZ44.7136.3642.2-
YUV166.32129.52162.72-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.95%
GREEN value IS 141 (55.47% from 255) = 26.86%
BLUE value IS 169 (66.41% from 255) = 32.19%
R=40.95%
G=26.86%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514116900.340.210.16337.348.0569.8
HexD78DA902215101513046
Octal327215251042252052160106
Binary110101111000110110101001010001010101100001010100011100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78DA9; }

 p { color: rgb(215,141,169); }

 H1.HeaderClassName
 {
   color: #D78DA9;
 }
 .AnyTagClassName
 {
   color: #D78DA9;
 }
</style>
background-color css

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

 a { background-color: rgb(215,141,169); }

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

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

 span { border-color: rgb(215,141,169); }

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