#D78CB1

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

Shades of Kobi #D78CB1

Tints of Kobi #D78CB1

Color information

#D78CB1 (or 0xD78CB1) is unknown color: approx Kobi. HEX triplet: D7, 8C and B1. RGB value is (215,140,177). Sum of RGB (Red+Green+Blue) = 215+140+177=532 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.41% from 532); Green value is 140 (55.08% from 255 or 26.32% from 532); Blue value is 177 (69.53% from 255 or 33.27% from 532); Max value from RGB is 215 - color contains mainly: red. Hex color #D78CB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78CB1 is #28734E. Grayscale: #A6A6A6. Windows color (decimal): -2650959 or 11635927. OLE color: 11635927.

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

Color convert

RGB215140177-
CMYK00.350.180.16
HSL330.4º48.39%69.61%-
HSV(B)330.4º34.88%84.31%-
XYZ45.3436.3846.23-
YUV166.64133.85162.49-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.41%
GREEN value IS 140 (55.08% from 255) = 26.32%
BLUE value IS 177 (69.53% from 255) = 33.27%
R=40.41%
G=26.32%
B=33.27%

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
Decimal21514017700.350.180.16330.448.3969.61
HexD78CB1023121014a3046
Octal327214261043222051260106
Binary110101111000110010110001010001110010100001010010101100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78CB1; }

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

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

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

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

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

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

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

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