#DC7DA8

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

Shades of Kobi #DC7DA8

Tints of Kobi #DC7DA8

Color information

#DC7DA8 (or 0xDC7DA8) is unknown color: approx Kobi. HEX triplet: DC, 7D and A8. RGB value is (220,125,168). Sum of RGB (Red+Green+Blue) = 220+125+168=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 125 (49.22% from 255 or 24.37% from 513); Blue value is 168 (66.02% from 255 or 32.75% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7DA8 is #238257. Grayscale: #9E9E9E. Windows color (decimal): -2327128 or 11042268. OLE color: 11042268.

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

Color convert

RGB220125168-
CMYK00.430.240.14
HSL332.84º57.58%67.65%-
HSV(B)332.84º43.18%86.27%-
XYZ43.9232.7141.04-
YUV158.31133.47172-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.88%
GREEN value IS 125 (49.22% from 255) = 24.37%
BLUE value IS 168 (66.02% from 255) = 32.75%
R=42.88%
G=24.37%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012516800.430.240.14332.8457.5867.65
HexDC7DA802B18E14d3a44
Octal334175250053301651572104
Binary1101110011111011010100001010111100011101010011011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7DA8; }

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

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

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

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

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

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

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

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