#DD59AD

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

Shades of Brilliant Rose #DD59AD

Tints of Brilliant Rose #DD59AD

Color information

#DD59AD (or 0xDD59AD) is unknown color: approx Brilliant Rose. HEX triplet: DD, 59 and AD. RGB value is (221,89,173). Sum of RGB (Red+Green+Blue) = 221+89+173=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 89 (35.16% from 255 or 18.43% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD59AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD59AD is #22A652. Grayscale: #898989. Windows color (decimal): -2270803 or 11360733. OLE color: 11360733.

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

Color convert

RGB22189173-
CMYK00.600.220.13
HSL321.82º66%60.78%-
HSV(B)321.82º59.73%86.67%-
XYZ40.9325.5342.31-
YUV138.04147.73187.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.76%
GREEN value IS 89 (35.16% from 255) = 18.43%
BLUE value IS 173 (67.97% from 255) = 35.82%
R=45.76%
G=18.43%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218917300.600.220.13321.826660.78
HexDD59AD03C16D142423d
Octal335131255074261550210275
Binary1101110110110011010110101111001011011011010000101000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD59AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD59AD; }

 p { color: rgb(221,89,173); }

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

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

 a { background-color: rgb(221,89,173); }

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

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

 span { border-color: rgb(221,89,173); }

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