#D78DAA

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

Shades of Kobi #D78DAA

Tints of Kobi #D78DAA

Color information

#D78DAA (or 0xD78DAA) is unknown color: approx Kobi. HEX triplet: D7, 8D and AA. RGB value is (215,141,170). Sum of RGB (Red+Green+Blue) = 215+141+170=526 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.87% from 526); Green value is 141 (55.47% from 255 or 26.81% from 526); Blue value is 170 (66.80% from 255 or 32.32% from 526); Max value from RGB is 215 - color contains mainly: red. Hex color #D78DAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78DAA is #287255. Grayscale: #A6A6A6. Windows color (decimal): -2650710 or 11177431. OLE color: 11177431.

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

Color convert

RGB215141170-
CMYK00.340.210.16
HSL336.49º48.05%69.8%-
HSV(B)336.49º34.42%84.31%-
XYZ44.836.442.69-
YUV166.43130.02162.64-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.87%
GREEN value IS 141 (55.47% from 255) = 26.81%
BLUE value IS 170 (66.80% from 255) = 32.32%
R=40.87%
G=26.81%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514117000.340.210.16336.4948.0569.8
HexD78DAA02215101503046
Octal327215252042252052060106
Binary110101111000110110101010010001010101100001010100001100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78DAA; }

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

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

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

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

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

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

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

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