#D78DAC

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

Shades of Kobi #D78DAC

Tints of Kobi #D78DAC

Color information

#D78DAC (or 0xD78DAC) is unknown color: approx Kobi. HEX triplet: D7, 8D and AC. RGB value is (215,141,172). Sum of RGB (Red+Green+Blue) = 215+141+172=528 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.72% from 528); Green value is 141 (55.47% from 255 or 26.70% from 528); Blue value is 172 (67.58% from 255 or 32.58% from 528); Max value from RGB is 215 - color contains mainly: red. Hex color #D78DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78DAC is #287253. Grayscale: #A6A6A6. Windows color (decimal): -2650708 or 11308503. OLE color: 11308503.

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

Color convert

RGB215141172-
CMYK00.340.20.16
HSL334.86º48.05%69.8%-
HSV(B)334.86º34.42%84.31%-
XYZ4536.4843.7-
YUV166.66131.02162.48-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.72%
GREEN value IS 141 (55.47% from 255) = 26.70%
BLUE value IS 172 (67.58% from 255) = 32.58%
R=40.72%
G=26.70%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.2
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514117200.340.20.16334.8648.0569.8
HexD78DAC022141014f3046
Octal327215254042242051760106
Binary110101111000110110101100010001010100100001010011111100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78DAC; }

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

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

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

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

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

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

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

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