Html Css Color HEX #DE21A5 Persian Rose

📋 copy color: '#DE21A5'

red 222 ◦ green 33 ◦ blue 165

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

Shades of Persian Rose #DE21A5

Tints of Persian Rose #DE21A5

RGB

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

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

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

R = 52.86%
G = 7.86%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DE21A5 (or 0xDE21A5) is known color: Persian Rose. HEX triplet: DE, 21 and A5. RGB value is (222,33,165). Sum of RGB (Red+Green+Blue) = 222+33+165=420 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.86% from 420); Green value is 33 (13.28% from 255 or 7.86% from 420); Blue value is 165 (64.84% from 255 or 39.29% from 420); Max value from RGB is 222 - color contains mainly: red. Hex color #DE21A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE21A5 is #21DE5A. Grayscale: #686868. Windows color (decimal): -2219611 or 10822110. OLE color: 10822110.

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

Color convert

RGB 222 33 165 -
CMYK 0 0.85 0.26 0.13
HSL 318.1º 0.74% 0.5% -
HSV(B) 318.1º 0.85% 0.87% -
XYZ 37.46 19.33 37.35 -
YUV 104.56 162.12 211.77 -
System Red Green Blue C M Y K H S L
Decimal 222 33 165 0 0.85 0.26 0.13 318.1 0.74 0.5
Hex DE 21 A5 0 55 1A D 13E 4A 32
Octal 336 41 245 0 125 32 15 476 112 62
Binary 11011110 100001 10100101 0 1010101 11010 1101 100111110 1001010 110010

Color Harmonies of #DE21A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE21A5

Black with #DE21A5

Text Example


Text Example

White with #DE21A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE21A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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