Html Css Color HEX #DD21A5 Persian Rose

📋 copy color: '#DD21A5'

red 221 ◦ green 33 ◦ blue 165

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

Shades of Persian Rose #DD21A5

Tints of Persian Rose #DD21A5

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.88%

 BLUE value IS 165 (64.84% from 255) = 39.38%

R = 52.74%
G = 7.88%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DD21A5 (or 0xDD21A5) is known color: Persian Rose. HEX triplet: DD, 21 and A5. RGB value is (221,33,165). Sum of RGB (Red+Green+Blue) = 221+33+165=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 33 (13.28% from 255 or 7.88% from 419); Blue value is 165 (64.84% from 255 or 39.38% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD21A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD21A5 is #22DE5A. Grayscale: #676767. Windows color (decimal): -2285147 or 10822109. OLE color: 10822109.

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

Color convert

RGB 221 33 165 -
CMYK 0 0.85 0.25 0.13
HSL 317.87º 0.74% 0.5% -
HSV(B) 317.87º 0.85% 0.87% -
XYZ 37.15 19.18 37.34 -
YUV 104.26 162.28 211.27 -
System Red Green Blue C M Y K H S L
Decimal 221 33 165 0 0.85 0.25 0.13 317.87 0.74 0.5
Hex DD 21 A5 0 55 19 D 13E 4A 32
Octal 335 41 245 0 125 31 15 476 112 62
Binary 11011101 100001 10100101 0 1010101 11001 1101 100111110 1001010 110010

Color Harmonies of #DD21A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD21A5

Black with #DD21A5

Text Example


Text Example

White with #DD21A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD21A5; }

 p { color: rgb(221,33,165); }

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

background-color css

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

 a { background-color: rgb(221,33,165); }

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

border-color css

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

 span { border-color: rgb(221,33,165); }

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