Html Css Color HEX #DE10C9 Deep Magenta

📋 copy color: '#DE10C9'

red 222 ◦ green 16 ◦ blue 201

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

Shades of Deep Magenta #DE10C9

Tints of Deep Magenta #DE10C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 45.79%

R = 50.57%
G = 3.64%
B = 45.79%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DE10C9 (or 0xDE10C9) is known color: Deep Magenta. HEX triplet: DE, 10 and C9. RGB value is (222,16,201). Sum of RGB (Red+Green+Blue) = 222+16+201=439 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.57% from 439); Green value is 16 (6.64% from 255 or 3.64% from 439); Blue value is 201 (78.91% from 255 or 45.79% from 439); Max value from RGB is 222 - color contains mainly: red. Hex color #DE10C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE10C9 is #21EF36. Grayscale: #626262. Windows color (decimal): -2223927 or 13177054. OLE color: 13177054.

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

Color convert

RGB 222 16 201 -
CMYK 0 0.93 0.09 0.13
HSL 306.12º 0.87% 0.47% -
HSV(B) 306.12º 0.93% 0.87% -
XYZ 40.85 20.12 56.99 -
YUV 98.68 185.75 215.96 -
System Red Green Blue C M Y K H S L
Decimal 222 16 201 0 0.93 0.09 0.13 306.12 0.87 0.47
Hex DE 10 C9 0 5D 9 D 132 57 2F
Octal 336 20 311 0 135 11 15 462 127 57
Binary 11011110 10000 11001001 0 1011101 1001 1101 100110010 1010111 101111

Color Harmonies of #DE10C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE10C9

Black with #DE10C9

Text Example


Text Example

White with #DE10C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE10C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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