Html Css Color HEX #DE15E0 Deep Magenta

📋 copy color: '#DE15E0'

red 222 ◦ green 21 ◦ blue 224

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

Shades of Deep Magenta #DE15E0

Tints of Deep Magenta #DE15E0

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.5%

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

R = 47.54%
G = 4.5%
B = 47.97%

CMYK

 C value IS 0.01

 M value IS 0.91

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DE15E0 (or 0xDE15E0) is known color: Deep Magenta. HEX triplet: DE, 15 and E0. RGB value is (222,21,224). Sum of RGB (Red+Green+Blue) = 222+21+224=467 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.54% from 467); Green value is 21 (8.59% from 255 or 4.50% from 467); Blue value is 224 (87.89% from 255 or 47.97% from 467); Max value from RGB is 224 - color contains mainly: blue. Hex color #DE15E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE15E0 is #21EA1F. Grayscale: #676767. Windows color (decimal): -2222624 or 14685662. OLE color: 14685662.

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

Color convert

RGB 222 21 224 -
CMYK 0.01 0.91 0 0.12
HSL 299.41º 0.83% 0.48% -
HSV(B) 299.41º 0.91% 0.88% -
XYZ 43.85 21.45 72.35 -
YUV 104.24 195.59 211.99 -
System Red Green Blue C M Y K H S L
Decimal 222 21 224 0.01 0.91 0 0.12 299.41 0.83 0.48
Hex DE 15 E0 1 5B 0 C 12B 53 30
Octal 336 25 340 1 133 0 14 453 123 60
Binary 11011110 10101 11100000 1 1011011 0 1100 100101011 1010011 110000

Color Harmonies of #DE15E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE15E0

Black with #DE15E0

Text Example


Text Example

White with #DE15E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE15E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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