#D77FA8

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

Shades of Kobi #D77FA8

Tints of Kobi #D77FA8

Color information

#D77FA8 (or 0xD77FA8) is unknown color: approx Kobi. HEX triplet: D7, 7F and A8. RGB value is (215,127,168). Sum of RGB (Red+Green+Blue) = 215+127+168=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 127 (50% from 255 or 24.90% from 510); Blue value is 168 (66.02% from 255 or 32.94% from 510); Max value from RGB is 215 - color contains mainly: red. Hex color #D77FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77FA8 is #288057. Grayscale: #9D9D9D. Windows color (decimal): -2654296 or 11042775. OLE color: 11042775.

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

Color convert

RGB215127168-
CMYK00.410.220.16
HSL332.05º52.38%67.06%-
HSV(B)332.05º40.93%84.31%-
XYZ42.6832.4541.06-
YUV157.99133.65168.67-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.16%
GREEN value IS 127 (50% from 255) = 24.90%
BLUE value IS 168 (66.02% from 255) = 32.94%
R=42.16%
G=24.90%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512716800.410.220.16332.0552.3867.06
HexD77FA8029161014c3443
Octal327177250051262051464103
Binary11010111111111110101000010100110110100001010011001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77FA8; }

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

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

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

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

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

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

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

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