#DC7DAD

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

Shades of Kobi #DC7DAD

Tints of Kobi #DC7DAD

Color information

#DC7DAD (or 0xDC7DAD) is unknown color: approx Kobi. HEX triplet: DC, 7D and AD. RGB value is (220,125,173). Sum of RGB (Red+Green+Blue) = 220+125+173=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 125 (49.22% from 255 or 24.13% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7DAD is #238252. Grayscale: #9E9E9E. Windows color (decimal): -2327123 or 11369948. OLE color: 11369948.

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

Color convert

RGB220125173-
CMYK00.430.210.14
HSL329.68º57.58%67.65%-
HSV(B)329.68º43.18%86.27%-
XYZ44.3932.943.55-
YUV158.88135.97171.6-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.47%
GREEN value IS 125 (49.22% from 255) = 24.13%
BLUE value IS 173 (67.97% from 255) = 33.40%
R=42.47%
G=24.13%
B=33.40%

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
Decimal22012517300.430.210.14329.6857.5867.65
HexDC7DAD02B15E14a3a44
Octal334175255053251651272104
Binary1101110011111011010110101010111010111101010010101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7DAD; }

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

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

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

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

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

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

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

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