#D78DAF

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

Shades of Kobi #D78DAF

Tints of Kobi #D78DAF

Color information

#D78DAF (or 0xD78DAF) is unknown color: approx Kobi. HEX triplet: D7, 8D and AF. RGB value is (215,141,175). Sum of RGB (Red+Green+Blue) = 215+141+175=531 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.49% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 175 (68.75% from 255 or 32.96% from 531); Max value from RGB is 215 - color contains mainly: red. Hex color #D78DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78DAF is #287250. Grayscale: #A6A6A6. Windows color (decimal): -2650705 or 11505111. OLE color: 11505111.

HSL color Cylindrical-coordinate representation of color #D78DAF: hue angle of 332.43º 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 #D78DAF is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB215141175-
CMYK00.340.190.16
HSL332.43º48.05%69.8%-
HSV(B)332.43º34.42%84.31%-
XYZ45.2936.5945.23-
YUV167132.52162.24-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.49%
GREEN value IS 141 (55.47% from 255) = 26.55%
BLUE value IS 175 (68.75% from 255) = 32.96%
R=40.49%
G=26.55%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514117500.340.190.16332.4348.0569.8
HexD78DAF022131014c3046
Octal327215257042232051460106
Binary110101111000110110101111010001010011100001010011001100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78DAF; }

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

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

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

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

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

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

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

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