Html Css Color HEX #DE0ADA Deep Magenta

📋 copy color: '#DE0ADA'

red 222 ◦ green 10 ◦ blue 218

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

Shades of Deep Magenta #DE0ADA

Tints of Deep Magenta #DE0ADA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.22%

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

R = 49.33%
G = 2.22%
B = 48.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DE0ADA (or 0xDE0ADA) is known color: Deep Magenta. HEX triplet: DE, 0A and DA. RGB value is (222,10,218). Sum of RGB (Red+Green+Blue) = 222+10+218=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 10 (4.30% from 255 or 2.22% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0ADA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE0ADA is #21F525. Grayscale: #606060. Windows color (decimal): -2225446 or 14289630. OLE color: 14289630.

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

Color convert

RGB 222 10 218 -
CMYK 0 0.95 0.02 0.13
HSL 301.13º 0.91% 0.45% -
HSV(B) 301.13º 0.95% 0.87% -
XYZ 42.89 20.81 68.09 -
YUV 97.1 196.24 217.09 -
System Red Green Blue C M Y K H S L
Decimal 222 10 218 0 0.95 0.02 0.13 301.13 0.91 0.45
Hex DE A DA 0 5F 2 D 12D 5B 2D
Octal 336 12 332 0 137 2 15 455 133 55
Binary 11011110 1010 11011010 0 1011111 10 1101 100101101 1011011 101101

Color Harmonies of #DE0ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0ADA

Black with #DE0ADA

Text Example


Text Example

White with #DE0ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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