Html Css Color HEX #DE04D1 Deep Magenta

📋 copy color: '#DE04D1'

red 222 ◦ green 4 ◦ blue 209

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

Shades of Deep Magenta #DE04D1

Tints of Deep Magenta #DE04D1

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.92%

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

R = 51.03%
G = 0.92%
B = 48.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DE04D1 (or 0xDE04D1) is known color: Deep Magenta. HEX triplet: DE, 04 and D1. RGB value is (222,4,209). Sum of RGB (Red+Green+Blue) = 222+4+209=435 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.03% from 435); Green value is 4 (1.95% from 255 or 0.92% from 435); Blue value is 209 (82.03% from 255 or 48.05% from 435); Max value from RGB is 222 - color contains mainly: red. Hex color #DE04D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE04D1 is #21FB2E. Grayscale: #5B5B5B. Windows color (decimal): -2226991 or 13698270. OLE color: 13698270.

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

Color convert

RGB 222 4 209 -
CMYK 0 0.98 0.06 0.13
HSL 303.58º 0.96% 0.44% -
HSV(B) 303.58º 0.98% 0.87% -
XYZ 41.68 20.22 62.03 -
YUV 92.55 193.72 220.33 -
System Red Green Blue C M Y K H S L
Decimal 222 4 209 0 0.98 0.06 0.13 303.58 0.96 0.44
Hex DE 4 D1 0 62 6 D 130 60 2C
Octal 336 4 321 0 142 6 15 460 140 54
Binary 11011110 100 11010001 0 1100010 110 1101 100110000 1100000 101100

Color Harmonies of #DE04D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE04D1

Black with #DE04D1

Text Example


Text Example

White with #DE04D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE04D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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