#DC52AA

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

Shades of Brilliant Rose #DC52AA

Tints of Brilliant Rose #DC52AA

Color information

#DC52AA (or 0xDC52AA) is unknown color: approx Brilliant Rose. HEX triplet: DC, 52 and AA. RGB value is (220,82,170). Sum of RGB (Red+Green+Blue) = 220+82+170=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 82 (32.42% from 255 or 17.37% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC52AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC52AA is #23AD55. Grayscale: #858585. Windows color (decimal): -2338134 or 11162332. OLE color: 11162332.

HSL color Cylindrical-coordinate representation of color #DC52AA: hue angle of 321.74º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC52AA is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB22082170-
CMYK00.630.230.14
HSL321.74º66.35%59.22%-
HSV(B)321.74º62.73%86.27%-
XYZ39.7924.1540.6-
YUV133.29148.72189.84-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.61%
GREEN value IS 82 (32.42% from 255) = 17.37%
BLUE value IS 170 (66.80% from 255) = 36.02%
R=46.61%
G=17.37%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2208217000.630.230.14321.7466.3559.22
HexDC52AA03F17E142423b
Octal334122252077271650210273
Binary1101110010100101010101001111111011111101010000101000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC52AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC52AA; }

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

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

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

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

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

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

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

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