#D78DAE

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

Shades of Kobi #D78DAE

Tints of Kobi #D78DAE

Color information

#D78DAE (or 0xD78DAE) is unknown color: approx Kobi. HEX triplet: D7, 8D and AE. RGB value is (215,141,174). Sum of RGB (Red+Green+Blue) = 215+141+174=530 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.57% from 530); Green value is 141 (55.47% from 255 or 26.60% from 530); Blue value is 174 (68.36% from 255 or 32.83% from 530); Max value from RGB is 215 - color contains mainly: red. Hex color #D78DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78DAE is #287251. Grayscale: #A6A6A6. Windows color (decimal): -2650706 or 11439575. OLE color: 11439575.

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

Color convert

RGB215141174-
CMYK00.340.190.16
HSL333.24º48.05%69.8%-
HSV(B)333.24º34.42%84.31%-
XYZ45.1936.5544.72-
YUV166.89132.02162.32-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.57%
GREEN value IS 141 (55.47% from 255) = 26.60%
BLUE value IS 174 (68.36% from 255) = 32.83%
R=40.57%
G=26.60%
B=32.83%

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
Decimal21514117400.340.190.16333.2448.0569.8
HexD78DAE022131014d3046
Octal327215256042232051560106
Binary110101111000110110101110010001010011100001010011011100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78DAE; }

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

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

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

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

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

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

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

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