Html Css Color HEX #DE1EC9 Deep Magenta

📋 copy color: '#DE1EC9'

red 222 ◦ green 30 ◦ blue 201

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

Shades of Deep Magenta #DE1EC9

Tints of Deep Magenta #DE1EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.37%

R = 49.01%
G = 6.62%
B = 44.37%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DE1EC9 (or 0xDE1EC9) is known color: Deep Magenta. HEX triplet: DE, 1E and C9. RGB value is (222,30,201). Sum of RGB (Red+Green+Blue) = 222+30+201=453 (60% of max value = 765). Red value is 222 (87.11% from 255 or 49.01% from 453); Green value is 30 (12.11% from 255 or 6.62% from 453); Blue value is 201 (78.91% from 255 or 44.37% from 453); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1EC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE1EC9 is #21E136. Grayscale: #6A6A6A. Windows color (decimal): -2220343 or 13180638. OLE color: 13180638.

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

Color convert

RGB 222 30 201 -
CMYK 0 0.86 0.09 0.13
HSL 306.56º 0.76% 0.49% -
HSV(B) 306.56º 0.86% 0.87% -
XYZ 41.13 20.68 57.08 -
YUV 106.9 181.11 210.1 -
System Red Green Blue C M Y K H S L
Decimal 222 30 201 0 0.86 0.09 0.13 306.56 0.76 0.49
Hex DE 1E C9 0 56 9 D 133 4C 31
Octal 336 36 311 0 126 11 15 463 114 61
Binary 11011110 11110 11001001 0 1010110 1001 1101 100110011 1001100 110001

Color Harmonies of #DE1EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1EC9

Black with #DE1EC9

Text Example


Text Example

White with #DE1EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1EC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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