#DD55AA

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

Shades of Brilliant Rose #DD55AA

Tints of Brilliant Rose #DD55AA

Color information

#DD55AA (or 0xDD55AA) is unknown color: approx Brilliant Rose. HEX triplet: DD, 55 and AA. RGB value is (221,85,170). Sum of RGB (Red+Green+Blue) = 221+85+170=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 85 (33.59% from 255 or 17.86% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD55AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD55AA is #22AA55. Grayscale: #878787. Windows color (decimal): -2271830 or 11163101. OLE color: 11163101.

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

Color convert

RGB22185170-
CMYK00.620.230.13
HSL322.5º66.67%60%-
HSV(B)322.5º61.54%86.67%-
XYZ40.3224.7740.69-
YUV135.35147.56189.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.43%
GREEN value IS 85 (33.59% from 255) = 17.86%
BLUE value IS 170 (66.80% from 255) = 35.71%
R=46.43%
G=17.86%
B=35.71%

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
Decimal2218517000.620.230.13322.566.6760
HexDD55AA03E17D142433c
Octal335125252076271550210374
Binary1101110110101011010101001111101011111011010000101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD55AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD55AA; }

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

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

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

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

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

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

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

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