#DD52B0

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

Shades of Brilliant Rose #DD52B0

Tints of Brilliant Rose #DD52B0

Color information

#DD52B0 (or 0xDD52B0) is unknown color: approx Brilliant Rose. HEX triplet: DD, 52 and B0. RGB value is (221,82,176). Sum of RGB (Red+Green+Blue) = 221+82+176=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 82 (32.42% from 255 or 17.12% from 479); Blue value is 176 (69.14% from 255 or 36.74% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD52B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD52B0 is #22AD4F. Grayscale: #868686. Windows color (decimal): -2272592 or 11555549. OLE color: 11555549.

HSL color Cylindrical-coordinate representation of color #DD52B0: hue angle of 319.42º 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 #DD52B0 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB22182176-
CMYK00.630.200.13
HSL319.42º67.15%59.41%-
HSV(B)319.42º62.9%86.67%-
XYZ40.6724.5443.67-
YUV134.28151.55189.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.14%
GREEN value IS 82 (32.42% from 255) = 17.12%
BLUE value IS 176 (69.14% from 255) = 36.74%
R=46.14%
G=17.12%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218217600.630.200.13319.4267.1559.41
HexDD52B003F14D13f433b
Octal335122260077241547710373
Binary1101110110100101011000001111111010011011001111111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD52B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD52B0; }

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

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

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

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

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

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

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

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