#D77DA8

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

Shades of Kobi #D77DA8

Tints of Kobi #D77DA8

Color information

#D77DA8 (or 0xD77DA8) is unknown color: approx Kobi. HEX triplet: D7, 7D and A8. RGB value is (215,125,168). Sum of RGB (Red+Green+Blue) = 215+125+168=508 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.32% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 168 (66.02% from 255 or 33.07% from 508); Max value from RGB is 215 - color contains mainly: red. Hex color #D77DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77DA8 is #288257. Grayscale: #9C9C9C. Windows color (decimal): -2654808 or 11042263. OLE color: 11042263.

HSL color Cylindrical-coordinate representation of color #D77DA8: hue angle of 331.33º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D77DA8 is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB215125168-
CMYK00.420.220.16
HSL331.33º52.94%66.67%-
HSV(B)331.33º41.86%84.31%-
XYZ42.4331.9440.98-
YUV156.81134.32169.5-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.32%
GREEN value IS 125 (49.22% from 255) = 24.61%
BLUE value IS 168 (66.02% from 255) = 33.07%
R=42.32%
G=24.61%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512516800.420.220.16331.3352.9466.67
HexD77DA802A161014b3543
Octal327175250052262051365103
Binary11010111111110110101000010101010110100001010010111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77DA8; }

 p { color: rgb(215,125,168); }

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

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

 a { background-color: rgb(215,125,168); }

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

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

 span { border-color: rgb(215,125,168); }

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