#DC7AB2

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

Shades of Persian Pink #DC7AB2

Tints of Persian Pink #DC7AB2

Color information

#DC7AB2 (or 0xDC7AB2) is unknown color: approx Persian Pink. HEX triplet: DC, 7A and B2. RGB value is (220,122,178). Sum of RGB (Red+Green+Blue) = 220+122+178=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 122 (48.05% from 255 or 23.46% from 520); Blue value is 178 (69.92% from 255 or 34.23% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7AB2 is #23854D. Grayscale: #9D9D9D. Windows color (decimal): -2327886 or 11696860. OLE color: 11696860.

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

Color convert

RGB220122178-
CMYK00.450.190.14
HSL325.71º58.33%67.06%-
HSV(B)325.71º44.55%86.27%-
XYZ44.5132.3546.02-
YUV157.69139.47172.45-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.31%
GREEN value IS 122 (48.05% from 255) = 23.46%
BLUE value IS 178 (69.92% from 255) = 34.23%
R=42.31%
G=23.46%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012217800.450.190.14325.7158.3367.06
HexDC7AB202D13E1463a43
Octal334172262055231650672103
Binary1101110011110101011001001011011001111101010001101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7AB2; }

 p { color: rgb(220,122,178); }

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

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

 a { background-color: rgb(220,122,178); }

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

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

 span { border-color: rgb(220,122,178); }

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