#DC80A8

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

Shades of Kobi #DC80A8

Tints of Kobi #DC80A8

Color information

#DC80A8 (or 0xDC80A8) is unknown color: approx Kobi. HEX triplet: DC, 80 and A8. RGB value is (220,128,168). Sum of RGB (Red+Green+Blue) = 220+128+168=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 128 (50.39% from 255 or 24.81% from 516); Blue value is 168 (66.02% from 255 or 32.56% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DC80A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC80A8 is #237F57. Grayscale: #9F9F9F. Windows color (decimal): -2326360 or 11043036. OLE color: 11043036.

HSL color Cylindrical-coordinate representation of color #DC80A8: hue angle of 333.91º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC80A8 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB220128168-
CMYK00.420.240.14
HSL333.91º56.79%68.24%-
HSV(B)333.91º41.82%86.27%-
XYZ44.333.4841.17-
YUV160.07132.48170.75-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.64%
GREEN value IS 128 (50.39% from 255) = 24.81%
BLUE value IS 168 (66.02% from 255) = 32.56%
R=42.64%
G=24.81%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012816800.420.240.14333.9156.7968.24
HexDC80A802A18E14e3944
Octal334200250052301651671104
Binary11011100100000001010100001010101100011101010011101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC80A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC80A8; }

 p { color: rgb(220,128,168); }

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

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

 a { background-color: rgb(220,128,168); }

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

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

 span { border-color: rgb(220,128,168); }

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