#DD33A9

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

Shades of Persian Rose #DD33A9

Tints of Persian Rose #DD33A9

Color information

#DD33A9 (or 0xDD33A9) is unknown color: approx Persian Rose. HEX triplet: DD, 33 and A9. RGB value is (221,51,169). Sum of RGB (Red+Green+Blue) = 221+51+169=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 51 (20.31% from 255 or 11.56% from 441); Blue value is 169 (66.41% from 255 or 38.32% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD33A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD33A9 is #22CC56. Grayscale: #727272. Windows color (decimal): -2280535 or 11088861. OLE color: 11088861.

HSL color Cylindrical-coordinate representation of color #DD33A9: hue angle of 318.35º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD33A9 is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB22151169-
CMYK00.770.240.13
HSL318.35º71.43%53.33%-
HSV(B)318.35º76.92%86.67%-
XYZ38.1620.639.5-
YUV115.28158.32203.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.11%
GREEN value IS 51 (20.31% from 255) = 11.56%
BLUE value IS 169 (66.41% from 255) = 38.32%
R=50.11%
G=11.56%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215116900.770.240.13318.3571.4353.33
HexDD33A904D18D13e4735
Octal335632510115301547610765
Binary1101110111001110101001010011011100011011001111101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD33A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD33A9; }

 p { color: rgb(221,51,169); }

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

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

 a { background-color: rgb(221,51,169); }

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

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

 span { border-color: rgb(221,51,169); }

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