#DD5AAA

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

Shades of Brilliant Rose #DD5AAA

Tints of Brilliant Rose #DD5AAA

Color information

#DD5AAA (or 0xDD5AAA) is unknown color: approx Brilliant Rose. HEX triplet: DD, 5A and AA. RGB value is (221,90,170). Sum of RGB (Red+Green+Blue) = 221+90+170=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 90 (35.55% from 255 or 18.71% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5AAA is #22A555. Grayscale: #8A8A8A. Windows color (decimal): -2270550 or 11164381. OLE color: 11164381.

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

Color convert

RGB22190170-
CMYK00.590.230.13
HSL323.36º65.83%60.98%-
HSV(B)323.36º59.28%86.67%-
XYZ40.7325.5940.82-
YUV138.29145.9187-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.95%
GREEN value IS 90 (35.55% from 255) = 18.71%
BLUE value IS 170 (66.80% from 255) = 35.34%
R=45.95%
G=18.71%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219017000.590.230.13323.3665.8360.98
HexDD5AAA03B17D143423d
Octal335132252073271550310275
Binary1101110110110101010101001110111011111011010000111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5AAA; }

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

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

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

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

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

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

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

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