Html Css Color HEX #DD31AD Persian Rose

📋 copy color: '#DD31AD'

red 221 ◦ green 49 ◦ blue 173

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

Shades of Persian Rose #DD31AD

Tints of Persian Rose #DD31AD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.06%

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

R = 49.89%
G = 11.06%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD31AD (or 0xDD31AD) is known color: Persian Rose. HEX triplet: DD, 31 and AD. RGB value is (221,49,173). Sum of RGB (Red+Green+Blue) = 221+49+173=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 49 (19.53% from 255 or 11.06% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD31AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD31AD is #22CE52. Grayscale: #727272. Windows color (decimal): -2281043 or 11350493. OLE color: 11350493.

HSL color Cylindrical-coordinate representation of color #DD31AD: hue angle of 316.74º 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 #DD31AD is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 49 173 -
CMYK 0 0.78 0.22 0.13
HSL 316.74º 0.72% 0.53% -
HSV(B) 316.74º 0.78% 0.87% -
XYZ 38.46 20.59 41.48 -
YUV 114.56 160.98 203.92 -
System Red Green Blue C M Y K H S L
Decimal 221 49 173 0 0.78 0.22 0.13 316.74 0.72 0.53
Hex DD 31 AD 0 4E 16 D 13D 48 35
Octal 335 61 255 0 116 26 15 475 110 65
Binary 11011101 110001 10101101 0 1001110 10110 1101 100111101 1001000 110101

Color Harmonies of #DD31AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD31AD

Black with #DD31AD

Text Example


Text Example

White with #DD31AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD31AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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