Html Css Color HEX #DE21A2 Persian Rose

📋 copy color: '#DE21A2'

red 222 ◦ green 33 ◦ blue 162

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

Shades of Persian Rose #DE21A2

Tints of Persian Rose #DE21A2

RGB

 RED value IS 222 (87.11% from 255) = 53.24%

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

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

R = 53.24%
G = 7.91%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DE21A2 (or 0xDE21A2) is known color: Persian Rose. HEX triplet: DE, 21 and A2. RGB value is (222,33,162). Sum of RGB (Red+Green+Blue) = 222+33+162=417 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.24% from 417); Green value is 33 (13.28% from 255 or 7.91% from 417); Blue value is 162 (63.67% from 255 or 38.85% from 417); Max value from RGB is 222 - color contains mainly: red. Hex color #DE21A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE21A2 is #21DE5D. Grayscale: #676767. Windows color (decimal): -2219614 or 10625502. OLE color: 10625502.

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

Color convert

RGB 222 33 162 -
CMYK 0 0.85 0.27 0.13
HSL 319.05º 0.74% 0.5% -
HSV(B) 319.05º 0.85% 0.87% -
XYZ 37.19 19.23 35.93 -
YUV 104.22 160.62 212.01 -
System Red Green Blue C M Y K H S L
Decimal 222 33 162 0 0.85 0.27 0.13 319.05 0.74 0.5
Hex DE 21 A2 0 55 1B D 13F 4A 32
Octal 336 41 242 0 125 33 15 477 112 62
Binary 11011110 100001 10100010 0 1010101 11011 1101 100111111 1001010 110010

Color Harmonies of #DE21A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE21A2

Black with #DE21A2

Text Example


Text Example

White with #DE21A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE21A2; }

 p { color: rgb(222,33,162); }

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

background-color css

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

 a { background-color: rgb(222,33,162); }

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

border-color css

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

 span { border-color: rgb(222,33,162); }

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