#DC7DAF

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

Shades of Kobi #DC7DAF

Tints of Kobi #DC7DAF

Color information

#DC7DAF (or 0xDC7DAF) is unknown color: approx Kobi. HEX triplet: DC, 7D and AF. RGB value is (220,125,175). Sum of RGB (Red+Green+Blue) = 220+125+175=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 125 (49.22% from 255 or 24.04% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7DAF is #238250. Grayscale: #9F9F9F. Windows color (decimal): -2327121 or 11501020. OLE color: 11501020.

HSL color Cylindrical-coordinate representation of color #DC7DAF: hue angle of 328.42º 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 #DC7DAF is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB220125175-
CMYK00.430.200.14
HSL328.42º57.58%67.65%-
HSV(B)328.42º43.18%86.27%-
XYZ44.5932.9844.57-
YUV159.1136.97171.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.31%
GREEN value IS 125 (49.22% from 255) = 24.04%
BLUE value IS 175 (68.75% from 255) = 33.65%
R=42.31%
G=24.04%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012517500.430.200.14328.4257.5867.65
HexDC7DAF02B14E1483a44
Octal334175257053241651072104
Binary1101110011111011010111101010111010011101010010001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7DAF; }

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

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

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

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

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

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

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

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