Html Css Color HEX #DE19DA Deep Magenta

📋 copy color: '#DE19DA'

red 222 ◦ green 25 ◦ blue 218

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

Shades of Deep Magenta #DE19DA

Tints of Deep Magenta #DE19DA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.38%

 BLUE value IS 218 (85.55% from 255) = 46.88%

R = 47.74%
G = 5.38%
B = 46.88%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DE19DA (or 0xDE19DA) is known color: Deep Magenta. HEX triplet: DE, 19 and DA. RGB value is (222,25,218). Sum of RGB (Red+Green+Blue) = 222+25+218=465 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.74% from 465); Green value is 25 (10.16% from 255 or 5.38% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 222 - color contains mainly: red. Hex color #DE19DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE19DA is #21E625. Grayscale: #696969. Windows color (decimal): -2221606 or 14293470. OLE color: 14293470.

HSL color Cylindrical-coordinate representation of color #DE19DA: hue angle of 301.22º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DE19DA is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 25 218 -
CMYK 0 0.89 0.02 0.13
HSL 301.22º 0.8% 0.48% -
HSV(B) 301.22º 0.89% 0.87% -
XYZ 43.13 21.29 68.17 -
YUV 105.91 191.27 210.81 -
System Red Green Blue C M Y K H S L
Decimal 222 25 218 0 0.89 0.02 0.13 301.22 0.8 0.48
Hex DE 19 DA 0 59 2 D 12D 50 30
Octal 336 31 332 0 131 2 15 455 120 60
Binary 11011110 11001 11011010 0 1011001 10 1101 100101101 1010000 110000

Color Harmonies of #DE19DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE19DA

Black with #DE19DA

Text Example


Text Example

White with #DE19DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE19DA; }

 p { color: rgb(222,25,218); }

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

background-color css

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

 a { background-color: rgb(222,25,218); }

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

border-color css

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

 span { border-color: rgb(222,25,218); }

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