Html Css Color HEX #DE1ED1 Deep Magenta

📋 copy color: '#DE1ED1'

red 222 ◦ green 30 ◦ blue 209

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

Shades of Deep Magenta #DE1ED1

Tints of Deep Magenta #DE1ED1

RGB

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

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

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

R = 48.16%
G = 6.51%
B = 45.34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DE1ED1 (or 0xDE1ED1) is known color: Deep Magenta. HEX triplet: DE, 1E and D1. RGB value is (222,30,209). Sum of RGB (Red+Green+Blue) = 222+30+209=461 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.16% from 461); Green value is 30 (12.11% from 255 or 6.51% from 461); Blue value is 209 (82.03% from 255 or 45.34% from 461); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1ED1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE1ED1 is #21E12E. Grayscale: #6B6B6B. Windows color (decimal): -2220335 or 13704926. OLE color: 13704926.

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

Color convert

RGB 222 30 209 -
CMYK 0 0.86 0.06 0.13
HSL 304.06º 0.76% 0.49% -
HSV(B) 304.06º 0.86% 0.87% -
XYZ 42.1 21.06 62.17 -
YUV 107.81 185.11 209.45 -
System Red Green Blue C M Y K H S L
Decimal 222 30 209 0 0.86 0.06 0.13 304.06 0.76 0.49
Hex DE 1E D1 0 56 6 D 130 4C 31
Octal 336 36 321 0 126 6 15 460 114 61
Binary 11011110 11110 11010001 0 1010110 110 1101 100110000 1001100 110001

Color Harmonies of #DE1ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1ED1

Black with #DE1ED1

Text Example


Text Example

White with #DE1ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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