#D78CB0

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

Shades of Kobi #D78CB0

Tints of Kobi #D78CB0

Color information

#D78CB0 (or 0xD78CB0) is unknown color: approx Kobi. HEX triplet: D7, 8C and B0. RGB value is (215,140,176). Sum of RGB (Red+Green+Blue) = 215+140+176=531 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.49% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 176 (69.14% from 255 or 33.15% from 531); Max value from RGB is 215 - color contains mainly: red. Hex color #D78CB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78CB0 is #28734F. Grayscale: #A6A6A6. Windows color (decimal): -2650960 or 11570391. OLE color: 11570391.

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

Color convert

RGB215140176-
CMYK00.350.180.16
HSL331.2º48.39%69.61%-
HSV(B)331.2º34.88%84.31%-
XYZ45.2436.3445.7-
YUV166.53133.35162.57-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.49%
GREEN value IS 140 (55.08% from 255) = 26.37%
BLUE value IS 176 (69.14% from 255) = 33.15%
R=40.49%
G=26.37%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514017600.350.180.16331.248.3969.61
HexD78CB0023121014b3046
Octal327214260043222051360106
Binary110101111000110010110000010001110010100001010010111100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78CB0; }

 p { color: rgb(215,140,176); }

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

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

 a { background-color: rgb(215,140,176); }

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

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

 span { border-color: rgb(215,140,176); }

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