Html Css Color HEX #DE1ED4 Deep Magenta

📋 copy color: '#DE1ED4'

red 222 ◦ green 30 ◦ blue 212

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

Shades of Deep Magenta #DE1ED4

Tints of Deep Magenta #DE1ED4

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.47%

 BLUE value IS 212 (83.2% from 255) = 45.69%

R = 47.84%
G = 6.47%
B = 45.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DE1ED4 (or 0xDE1ED4) is known color: Deep Magenta. HEX triplet: DE, 1E and D4. RGB value is (222,30,212). Sum of RGB (Red+Green+Blue) = 222+30+212=464 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.84% from 464); Green value is 30 (12.11% from 255 or 6.47% from 464); Blue value is 212 (83.20% from 255 or 45.69% from 464); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1ED4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE1ED4 is #21E12B. Grayscale: #6B6B6B. Windows color (decimal): -2220332 or 13901534. OLE color: 13901534.

HSL color Cylindrical-coordinate representation of color #DE1ED4: hue angle of 303.12º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE1ED4 is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 30 212 -
CMYK 0 0.86 0.05 0.13
HSL 303.13º 0.76% 0.49% -
HSV(B) 303.13º 0.86% 0.87% -
XYZ 42.47 21.21 64.14 -
YUV 108.16 186.61 209.2 -
System Red Green Blue C M Y K H S L
Decimal 222 30 212 0 0.86 0.05 0.13 303.13 0.76 0.49
Hex DE 1E D4 0 56 5 D 12F 4C 31
Octal 336 36 324 0 126 5 15 457 114 61
Binary 11011110 11110 11010100 0 1010110 101 1101 100101111 1001100 110001

Color Harmonies of #DE1ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1ED4

Black with #DE1ED4

Text Example


Text Example

White with #DE1ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1ED4; }

 p { color: rgb(222,30,212); }

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

background-color css

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

 a { background-color: rgb(222,30,212); }

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

border-color css

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

 span { border-color: rgb(222,30,212); }

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