Html Css Color HEX #DE17E0 Deep Magenta

📋 copy color: '#DE17E0'

red 222 ◦ green 23 ◦ blue 224

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

Shades of Deep Magenta #DE17E0

Tints of Deep Magenta #DE17E0

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.9%

 BLUE value IS 224 (87.89% from 255) = 47.76%

R = 47.33%
G = 4.9%
B = 47.76%

CMYK

 C value IS 0.01

 M value IS 0.90

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DE17E0 (or 0xDE17E0) is known color: Deep Magenta. HEX triplet: DE, 17 and E0. RGB value is (222,23,224). Sum of RGB (Red+Green+Blue) = 222+23+224=469 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.33% from 469); Green value is 23 (9.38% from 255 or 4.90% from 469); Blue value is 224 (87.89% from 255 or 47.76% from 469); Max value from RGB is 224 - color contains mainly: blue. Hex color #DE17E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE17E0 is #21E81F. Grayscale: #686868. Windows color (decimal): -2222112 or 14686174. OLE color: 14686174.

HSL color Cylindrical-coordinate representation of color #DE17E0: hue angle of 299.4º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DE17E0 is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 222 23 224 -
CMYK 0.01 0.90 0 0.12
HSL 299.4º 0.81% 0.48% -
HSV(B) 299.4º 0.9% 0.88% -
XYZ 43.89 21.52 72.36 -
YUV 105.42 194.93 211.16 -
System Red Green Blue C M Y K H S L
Decimal 222 23 224 0.01 0.90 0 0.12 299.4 0.81 0.48
Hex DE 17 E0 1 5A 0 C 12B 51 30
Octal 336 27 340 1 132 0 14 453 121 60
Binary 11011110 10111 11100000 1 1011010 0 1100 100101011 1010001 110000

Color Harmonies of #DE17E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE17E0

Black with #DE17E0

Text Example


Text Example

White with #DE17E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE17E0; }

 p { color: rgb(222,23,224); }

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

background-color css

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

 a { background-color: rgb(222,23,224); }

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

border-color css

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

 span { border-color: rgb(222,23,224); }

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