Html Css Color HEX #DD30A9 Persian Rose

📋 copy color: '#DD30A9'

red 221 ◦ green 48 ◦ blue 169

#DD30A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Rose #DD30A9

Tints of Persian Rose #DD30A9

RGB

 RED value IS 221 (86.72% from 255) = 50.46%

 GREEN value IS 48 (19.14% from 255) = 10.96%

 BLUE value IS 169 (66.41% from 255) = 38.58%

R = 50.46%
G = 10.96%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DD30A9 (or 0xDD30A9) is known color: Persian Rose. HEX triplet: DD, 30 and A9. RGB value is (221,48,169). Sum of RGB (Red+Green+Blue) = 221+48+169=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 48 (19.14% from 255 or 10.96% from 438); Blue value is 169 (66.41% from 255 or 38.58% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD30A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD30A9 is #22CF56. Grayscale: #717171. Windows color (decimal): -2281303 or 11088093. OLE color: 11088093.

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

Color convert

RGB 221 48 169 -
CMYK 0 0.78 0.24 0.13
HSL 318.03º 0.72% 0.53% -
HSV(B) 318.03º 0.78% 0.87% -
XYZ 38.04 20.35 39.46 -
YUV 113.52 159.31 204.66 -
System Red Green Blue C M Y K H S L
Decimal 221 48 169 0 0.78 0.24 0.13 318.03 0.72 0.53
Hex DD 30 A9 0 4E 18 D 13E 48 35
Octal 335 60 251 0 116 30 15 476 110 65
Binary 11011101 110000 10101001 0 1001110 11000 1101 100111110 1001000 110101

Color Harmonies of #DD30A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD30A9

Black with #DD30A9

Text Example


Text Example

White with #DD30A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD30A9; }

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

 H1.HeaderClassName
 {
   color: #DD30A9;
 }
 .AnyTagClassName
 {
   color: #DD30A9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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