Html Css Color HEX #DE10C1 Deep Magenta

📋 copy color: '#DE10C1'

red 222 ◦ green 16 ◦ blue 193

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

Shades of Deep Magenta #DE10C1

Tints of Deep Magenta #DE10C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 44.78%

R = 51.51%
G = 3.71%
B = 44.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DE10C1 (or 0xDE10C1) is known color: Deep Magenta. HEX triplet: DE, 10 and C1. RGB value is (222,16,193). Sum of RGB (Red+Green+Blue) = 222+16+193=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 16 (6.64% from 255 or 3.71% from 431); Blue value is 193 (75.78% from 255 or 44.78% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DE10C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE10C1 is #21EF3E. Grayscale: #616161. Windows color (decimal): -2223935 or 12652766. OLE color: 12652766.

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

Color convert

RGB 222 16 193 -
CMYK 0 0.93 0.13 0.13
HSL 308.45º 0.87% 0.47% -
HSV(B) 308.45º 0.93% 0.87% -
XYZ 39.94 19.75 52.16 -
YUV 97.77 181.75 216.61 -
System Red Green Blue C M Y K H S L
Decimal 222 16 193 0 0.93 0.13 0.13 308.45 0.87 0.47
Hex DE 10 C1 0 5D D D 134 57 2F
Octal 336 20 301 0 135 15 15 464 127 57
Binary 11011110 10000 11000001 0 1011101 1101 1101 100110100 1010111 101111

Color Harmonies of #DE10C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE10C1

Black with #DE10C1

Text Example


Text Example

White with #DE10C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE10C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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