#DC2DAA

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

Shades of Persian Rose #DC2DAA

Tints of Persian Rose #DC2DAA

Color information

#DC2DAA (or 0xDC2DAA) is unknown color: approx Persian Rose. HEX triplet: DC, 2D and AA. RGB value is (220,45,170). Sum of RGB (Red+Green+Blue) = 220+45+170=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 45 (17.97% from 255 or 10.34% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2DAA is #23D255. Grayscale: #6F6F6F. Windows color (decimal): -2347606 or 11152860. OLE color: 11152860.

HSL color Cylindrical-coordinate representation of color #DC2DAA: hue angle of 317.14º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2DAA is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB22045170-
CMYK00.800.230.14
HSL317.14º71.43%51.96%-
HSV(B)317.14º79.55%86.27%-
XYZ37.7119.9939.9-
YUV111.57160.98205.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.57%
GREEN value IS 45 (17.97% from 255) = 10.34%
BLUE value IS 170 (66.80% from 255) = 39.08%
R=50.57%
G=10.34%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2204517000.800.230.14317.1471.4351.96
HexDC2DAA05017E13d4734
Octal334552520120271647510764
Binary1101110010110110101010010100001011111101001111011000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC2DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC2DAA; }

 p { color: rgb(220,45,170); }

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

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

 a { background-color: rgb(220,45,170); }

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

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

 span { border-color: rgb(220,45,170); }

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