#DC7DAE

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

Shades of Kobi #DC7DAE

Tints of Kobi #DC7DAE

Color information

#DC7DAE (or 0xDC7DAE) is unknown color: approx Kobi. HEX triplet: DC, 7D and AE. RGB value is (220,125,174). Sum of RGB (Red+Green+Blue) = 220+125+174=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 125 (49.22% from 255 or 24.08% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7DAE is #238251. Grayscale: #9E9E9E. Windows color (decimal): -2327122 or 11435484. OLE color: 11435484.

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

Color convert

RGB220125174-
CMYK00.430.210.14
HSL329.05º57.58%67.65%-
HSV(B)329.05º43.18%86.27%-
XYZ44.4932.9444.06-
YUV158.99136.47171.52-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.39%
GREEN value IS 125 (49.22% from 255) = 24.08%
BLUE value IS 174 (68.36% from 255) = 33.53%
R=42.39%
G=24.08%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012517400.430.210.14329.0557.5867.65
HexDC7DAE02B15E1493a44
Octal334175256053251651172104
Binary1101110011111011010111001010111010111101010010011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7DAE; }

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

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

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

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

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

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

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

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