#D78EB4

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

Shades of Kobi #D78EB4

Tints of Kobi #D78EB4

Color information

#D78EB4 (or 0xD78EB4) is unknown color: approx Kobi. HEX triplet: D7, 8E and B4. RGB value is (215,142,180). Sum of RGB (Red+Green+Blue) = 215+142+180=537 (71% of max value = 765). Red value is 215 (84.38% from 255 or 40.04% from 537); Green value is 142 (55.86% from 255 or 26.44% from 537); Blue value is 180 (70.70% from 255 or 33.52% from 537); Max value from RGB is 215 - color contains mainly: red. Hex color #D78EB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78EB4 is #28714B. Grayscale: #A8A8A8. Windows color (decimal): -2650444 or 11833047. OLE color: 11833047.

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

Color convert

RGB215142180-
CMYK00.340.160.16
HSL328.77º47.71%70%-
HSV(B)328.77º33.95%84.31%-
XYZ45.9437.0947.92-
YUV168.16134.68161.41-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.04%
GREEN value IS 142 (55.86% from 255) = 26.44%
BLUE value IS 180 (70.70% from 255) = 33.52%
R=40.04%
G=26.44%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514218000.340.160.16328.7747.7170
HexD78EB402210101493046
Octal327216264042202051160106
Binary110101111000111010110100010001010000100001010010011100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78EB4; }

 p { color: rgb(215,142,180); }

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

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

 a { background-color: rgb(215,142,180); }

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

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

 span { border-color: rgb(215,142,180); }

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