Html Css Color HEX #DD1EA2 Persian Rose

📋 copy color: '#DD1EA2'

red 221 ◦ green 30 ◦ blue 162

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

Shades of Persian Rose #DD1EA2

Tints of Persian Rose #DD1EA2

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.26%

 BLUE value IS 162 (63.67% from 255) = 39.23%

R = 53.51%
G = 7.26%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DD1EA2 (or 0xDD1EA2) is known color: Persian Rose. HEX triplet: DD, 1E and A2. RGB value is (221,30,162). Sum of RGB (Red+Green+Blue) = 221+30+162=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 30 (12.11% from 255 or 7.26% from 413); Blue value is 162 (63.67% from 255 or 39.23% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1EA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1EA2 is #22E15D. Grayscale: #656565. Windows color (decimal): -2285918 or 10624733. OLE color: 10624733.

HSL color Cylindrical-coordinate representation of color #DD1EA2: hue angle of 318.53º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD1EA2 is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 30 162 -
CMYK 0 0.86 0.27 0.13
HSL 318.53º 0.76% 0.49% -
HSV(B) 318.53º 0.86% 0.87% -
XYZ 36.8 18.91 35.89 -
YUV 102.16 161.78 212.77 -
System Red Green Blue C M Y K H S L
Decimal 221 30 162 0 0.86 0.27 0.13 318.53 0.76 0.49
Hex DD 1E A2 0 56 1B D 13F 4C 31
Octal 335 36 242 0 126 33 15 477 114 61
Binary 11011101 11110 10100010 0 1010110 11011 1101 100111111 1001100 110001

Color Harmonies of #DD1EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1EA2

Black with #DD1EA2

Text Example


Text Example

White with #DD1EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1EA2; }

 p { color: rgb(221,30,162); }

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

background-color css

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

 a { background-color: rgb(221,30,162); }

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

border-color css

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

 span { border-color: rgb(221,30,162); }

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