Html Css Color HEX #DE00DA Deep Magenta

📋 copy color: '#DE00DA'

red 222 ◦ green 0 ◦ blue 218

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

Shades of Deep Magenta #DE00DA

Tints of Deep Magenta #DE00DA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50.45%
G = 0%
B = 49.55%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DE00DA (or 0xDE00DA) is known color: Deep Magenta. HEX triplet: DE, 00 and DA. RGB value is (222,0,218). Sum of RGB (Red+Green+Blue) = 222+0+218=440 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.45% from 440); Green value is 0 (0.39% from 255 or 0% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 222 - color contains mainly: red. Hex color #DE00DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE00DA is #21FF25. Grayscale: #5A5A5A. Windows color (decimal): -2228006 or 14287070. OLE color: 14287070.

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

Color convert

RGB 222 0 218 -
CMYK 0 1 0.02 0.13
HSL 301.08º 1% 0.44% -
HSV(B) 301.08º 1% 0.87% -
XYZ 42.78 20.59 68.05 -
YUV 91.23 199.55 221.27 -
System Red Green Blue C M Y K H S L
Decimal 222 0 218 0 1 0.02 0.13 301.08 1 0.44
Hex DE 0 DA 0 64 2 D 12D 64 2C
Octal 336 0 332 0 144 2 15 455 144 54
Binary 11011110 0 11011010 0 1100100 10 1101 100101101 1100100 101100

Color Harmonies of #DE00DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE00DA

Black with #DE00DA

Text Example


Text Example

White with #DE00DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE00DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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