Html Css Color HEX #DE00D1 Deep Magenta

📋 copy color: '#DE00D1'

red 222 ◦ green 0 ◦ blue 209

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

Shades of Deep Magenta #DE00D1

Tints of Deep Magenta #DE00D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 48.49%

R = 51.51%
G = 0%
B = 48.49%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DE00D1 (or 0xDE00D1) is known color: Deep Magenta. HEX triplet: DE, 00 and D1. RGB value is (222,0,209). Sum of RGB (Red+Green+Blue) = 222+0+209=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 0 (0.39% from 255 or 0% from 431); Blue value is 209 (82.03% from 255 or 48.49% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DE00D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE00D1 is #21FF2E. Grayscale: #595959. Windows color (decimal): -2228015 or 13697246. OLE color: 13697246.

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

Color convert

RGB 222 0 209 -
CMYK 0 1 0.06 0.13
HSL 303.51º 1% 0.44% -
HSV(B) 303.51º 1% 0.87% -
XYZ 41.63 20.13 62.01 -
YUV 90.2 195.05 222.01 -
System Red Green Blue C M Y K H S L
Decimal 222 0 209 0 1 0.06 0.13 303.51 1 0.44
Hex DE 0 D1 0 64 6 D 130 64 2C
Octal 336 0 321 0 144 6 15 460 144 54
Binary 11011110 0 11010001 0 1100100 110 1101 100110000 1100100 101100

Color Harmonies of #DE00D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE00D1

Black with #DE00D1

Text Example


Text Example

White with #DE00D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE00D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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