Html Css Color HEX #DD39AD Persian Rose

📋 copy color: '#DD39AD'

red 221 ◦ green 57 ◦ blue 173

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

Shades of Persian Rose #DD39AD

Tints of Persian Rose #DD39AD

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.64%

 BLUE value IS 173 (67.97% from 255) = 38.36%

R = 49%
G = 12.64%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD39AD (or 0xDD39AD) is known color: Persian Rose. HEX triplet: DD, 39 and AD. RGB value is (221,57,173). Sum of RGB (Red+Green+Blue) = 221+57+173=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 57 (22.66% from 255 or 12.64% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD39AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD39AD is #22C652. Grayscale: #767676. Windows color (decimal): -2278995 or 11352541. OLE color: 11352541.

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

Color convert

RGB 221 57 173 -
CMYK 0 0.74 0.22 0.13
HSL 317.56º 0.71% 0.55% -
HSV(B) 317.56º 0.74% 0.87% -
XYZ 38.82 21.32 41.6 -
YUV 119.26 158.33 200.57 -
System Red Green Blue C M Y K H S L
Decimal 221 57 173 0 0.74 0.22 0.13 317.56 0.71 0.55
Hex DD 39 AD 0 4A 16 D 13E 47 37
Octal 335 71 255 0 112 26 15 476 107 67
Binary 11011101 111001 10101101 0 1001010 10110 1101 100111110 1000111 110111

Color Harmonies of #DD39AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD39AD

Black with #DD39AD

Text Example


Text Example

White with #DD39AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD39AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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