#D78DA7

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

Shades of Kobi #D78DA7

Tints of Kobi #D78DA7

Color information

#D78DA7 (or 0xD78DA7) is unknown color: approx Kobi. HEX triplet: D7, 8D and A7. RGB value is (215,141,167). Sum of RGB (Red+Green+Blue) = 215+141+167=523 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.11% from 523); Green value is 141 (55.47% from 255 or 26.96% from 523); Blue value is 167 (65.62% from 255 or 31.93% from 523); Max value from RGB is 215 - color contains mainly: red. Hex color #D78DA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78DA7 is #287258. Grayscale: #A6A6A6. Windows color (decimal): -2650713 or 10980823. OLE color: 10980823.

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

Color convert

RGB215141167-
CMYK00.340.220.16
HSL338.92º48.05%69.8%-
HSV(B)338.92º34.42%84.31%-
XYZ44.5236.2941.22-
YUV166.09128.52162.89-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.11%
GREEN value IS 141 (55.47% from 255) = 26.96%
BLUE value IS 167 (65.62% from 255) = 31.93%
R=41.11%
G=26.96%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514116700.340.220.16338.9248.0569.8
HexD78DA702216101533046
Octal327215247042262052360106
Binary110101111000110110100111010001010110100001010100111100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78DA7; }

 p { color: rgb(215,141,167); }

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

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

 a { background-color: rgb(215,141,167); }

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

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

 span { border-color: rgb(215,141,167); }

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