#DD54AA

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

Shades of Brilliant Rose #DD54AA

Tints of Brilliant Rose #DD54AA

Color information

#DD54AA (or 0xDD54AA) is unknown color: approx Brilliant Rose. HEX triplet: DD, 54 and AA. RGB value is (221,84,170). Sum of RGB (Red+Green+Blue) = 221+84+170=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 84 (33.20% from 255 or 17.68% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD54AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD54AA is #22AB55. Grayscale: #868686. Windows color (decimal): -2272086 or 11162845. OLE color: 11162845.

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

Color convert

RGB22184170-
CMYK00.620.230.13
HSL322.34º66.83%59.8%-
HSV(B)322.34º61.99%86.67%-
XYZ40.2424.6240.66-
YUV134.77147.89189.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.53%
GREEN value IS 84 (33.20% from 255) = 17.68%
BLUE value IS 170 (66.80% from 255) = 35.79%
R=46.53%
G=17.68%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218417000.620.230.13322.3466.8359.8
HexDD54AA03E17D142433c
Octal335124252076271550210374
Binary1101110110101001010101001111101011111011010000101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD54AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD54AA; }

 p { color: rgb(221,84,170); }

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

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

 a { background-color: rgb(221,84,170); }

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

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

 span { border-color: rgb(221,84,170); }

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