Html Css Color HEX #DD33AD Persian Rose

📋 copy color: '#DD33AD'

red 221 ◦ green 51 ◦ blue 173

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

Shades of Persian Rose #DD33AD

Tints of Persian Rose #DD33AD

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.46%

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

R = 49.66%
G = 11.46%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD33AD (or 0xDD33AD) is known color: Persian Rose. HEX triplet: DD, 33 and AD. RGB value is (221,51,173). Sum of RGB (Red+Green+Blue) = 221+51+173=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 51 (20.31% from 255 or 11.46% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD33AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD33AD is #22CC52. Grayscale: #737373. Windows color (decimal): -2280531 or 11351005. OLE color: 11351005.

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

Color convert

RGB 221 51 173 -
CMYK 0 0.77 0.22 0.13
HSL 316.94º 0.71% 0.53% -
HSV(B) 316.94º 0.77% 0.87% -
XYZ 38.55 20.76 41.51 -
YUV 115.74 160.32 203.08 -
System Red Green Blue C M Y K H S L
Decimal 221 51 173 0 0.77 0.22 0.13 316.94 0.71 0.53
Hex DD 33 AD 0 4D 16 D 13D 47 35
Octal 335 63 255 0 115 26 15 475 107 65
Binary 11011101 110011 10101101 0 1001101 10110 1101 100111101 1000111 110101

Color Harmonies of #DD33AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD33AD

Black with #DD33AD

Text Example


Text Example

White with #DD33AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD33AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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