Html Css Color HEX #DE13DE Deep Magenta

📋 copy color: '#DE13DE'

red 222 ◦ green 19 ◦ blue 222

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

Shades of Deep Magenta #DE13DE

Tints of Deep Magenta #DE13DE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.1%

 BLUE value IS 222 (87.11% from 255) = 47.95%

R = 47.95%
G = 4.1%
B = 47.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DE13DE (or 0xDE13DE) is known color: Deep Magenta. HEX triplet: DE, 13 and DE. RGB value is (222,19,222). Sum of RGB (Red+Green+Blue) = 222+19+222=463 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.95% from 463); Green value is 19 (7.81% from 255 or 4.10% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DE13DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE13DE is #21EC21. Grayscale: #666666. Windows color (decimal): -2223138 or 14554078. OLE color: 14554078.

HSL color Cylindrical-coordinate representation of color #DE13DE: hue angle of 300º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE13DE is Cyan = 0, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 19 222 -
CMYK 0 0.91 0 0.13
HSL 300º 0.84% 0.47% -
HSV(B) 300º 0.91% 0.87% -
XYZ 43.54 21.27 70.92 -
YUV 102.84 195.25 212.99 -
System Red Green Blue C M Y K H S L
Decimal 222 19 222 0 0.91 0 0.13 300 0.84 0.47
Hex DE 13 DE 0 5B 0 D 12C 54 2F
Octal 336 23 336 0 133 0 15 454 124 57
Binary 11011110 10011 11011110 0 1011011 0 1101 100101100 1010100 101111

Color Harmonies of #DE13DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE13DE

Black with #DE13DE

Text Example


Text Example

White with #DE13DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE13DE; }

 p { color: rgb(222,19,222); }

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

background-color css

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

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

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

border-color css

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

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

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