#D78CB3

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

Shades of Kobi #D78CB3

Tints of Kobi #D78CB3

Color information

#D78CB3 (or 0xD78CB3) is unknown color: approx Kobi. HEX triplet: D7, 8C and B3. RGB value is (215,140,179). Sum of RGB (Red+Green+Blue) = 215+140+179=534 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.26% from 534); Green value is 140 (55.08% from 255 or 26.22% from 534); Blue value is 179 (70.31% from 255 or 33.52% from 534); Max value from RGB is 215 - color contains mainly: red. Hex color #D78CB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78CB3 is #28734C. Grayscale: #A6A6A6. Windows color (decimal): -2650957 or 11766999. OLE color: 11766999.

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

Color convert

RGB215140179-
CMYK00.350.170.16
HSL328.8º48.39%69.61%-
HSV(B)328.8º34.88%84.31%-
XYZ45.5436.4647.28-
YUV166.87134.85162.33-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.26%
GREEN value IS 140 (55.08% from 255) = 26.22%
BLUE value IS 179 (70.31% from 255) = 33.52%
R=40.26%
G=26.22%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514017900.350.170.16328.848.3969.61
HexD78CB302311101493046
Octal327214263043212051160106
Binary110101111000110010110011010001110001100001010010011100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78CB3; }

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

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

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

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

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

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

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

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