#DD52AC

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

Shades of Brilliant Rose #DD52AC

Tints of Brilliant Rose #DD52AC

Color information

#DD52AC (or 0xDD52AC) is unknown color: approx Brilliant Rose. HEX triplet: DD, 52 and AC. RGB value is (221,82,172). Sum of RGB (Red+Green+Blue) = 221+82+172=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 82 (32.42% from 255 or 17.26% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD52AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD52AC is #22AD53. Grayscale: #858585. Windows color (decimal): -2272596 or 11293405. OLE color: 11293405.

HSL color Cylindrical-coordinate representation of color #DD52AC: hue angle of 321.15º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD52AC is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB22182172-
CMYK00.630.220.13
HSL321.15º67.15%59.41%-
HSV(B)321.15º62.9%86.67%-
XYZ40.2824.3941.61-
YUV133.82149.55190.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.53%
GREEN value IS 82 (32.42% from 255) = 17.26%
BLUE value IS 172 (67.58% from 255) = 36.21%
R=46.53%
G=17.26%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218217200.630.220.13321.1567.1559.41
HexDD52AC03F16D141433b
Octal335122254077261550110373
Binary1101110110100101010110001111111011011011010000011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD52AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD52AC; }

 p { color: rgb(221,82,172); }

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

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

 a { background-color: rgb(221,82,172); }

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

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

 span { border-color: rgb(221,82,172); }

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