Html Css Color HEX #DE10D5 Deep Magenta

📋 copy color: '#DE10D5'

red 222 ◦ green 16 ◦ blue 213

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

Shades of Deep Magenta #DE10D5

Tints of Deep Magenta #DE10D5

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.55%

 BLUE value IS 213 (83.59% from 255) = 47.23%

R = 49.22%
G = 3.55%
B = 47.23%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DE10D5 (or 0xDE10D5) is known color: Deep Magenta. HEX triplet: DE, 10 and D5. RGB value is (222,16,213). Sum of RGB (Red+Green+Blue) = 222+16+213=451 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.22% from 451); Green value is 16 (6.64% from 255 or 3.55% from 451); Blue value is 213 (83.59% from 255 or 47.23% from 451); Max value from RGB is 222 - color contains mainly: red. Hex color #DE10D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE10D5 is #21EF2A. Grayscale: #636363. Windows color (decimal): -2223915 or 13963486. OLE color: 13963486.

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

Color convert

RGB 222 16 213 -
CMYK 0 0.93 0.04 0.13
HSL 302.62º 0.87% 0.47% -
HSV(B) 302.62º 0.93% 0.87% -
XYZ 42.32 20.7 64.72 -
YUV 100.05 191.75 214.98 -
System Red Green Blue C M Y K H S L
Decimal 222 16 213 0 0.93 0.04 0.13 302.62 0.87 0.47
Hex DE 10 D5 0 5D 4 D 12F 57 2F
Octal 336 20 325 0 135 4 15 457 127 57
Binary 11011110 10000 11010101 0 1011101 100 1101 100101111 1010111 101111

Color Harmonies of #DE10D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE10D5

Black with #DE10D5

Text Example


Text Example

White with #DE10D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE10D5; }

 p { color: rgb(222,16,213); }

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

background-color css

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

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

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

border-color css

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

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

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