#D78CB4

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

Shades of Kobi #D78CB4

Tints of Kobi #D78CB4

Color information

#D78CB4 (or 0xD78CB4) is unknown color: approx Kobi. HEX triplet: D7, 8C and B4. RGB value is (215,140,180). Sum of RGB (Red+Green+Blue) = 215+140+180=535 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.19% from 535); Green value is 140 (55.08% from 255 or 26.17% from 535); Blue value is 180 (70.70% from 255 or 33.64% from 535); Max value from RGB is 215 - color contains mainly: red. Hex color #D78CB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78CB4 is #28734B. Grayscale: #A6A6A6. Windows color (decimal): -2650956 or 11832535. OLE color: 11832535.

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

Color convert

RGB215140180-
CMYK00.350.160.16
HSL328º48.39%69.61%-
HSV(B)328º34.88%84.31%-
XYZ45.6436.547.82-
YUV166.98135.35162.25-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.19%
GREEN value IS 140 (55.08% from 255) = 26.17%
BLUE value IS 180 (70.70% from 255) = 33.64%
R=40.19%
G=26.17%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514018000.350.160.1632848.3969.61
HexD78CB402310101483046
Octal327214264043202051060106
Binary110101111000110010110100010001110000100001010010001100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78CB4; }

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

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

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

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

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

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

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

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