Html Css Color HEX #DE19C7 Deep Magenta

📋 copy color: '#DE19C7'

red 222 ◦ green 25 ◦ blue 199

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

Shades of Deep Magenta #DE19C7

Tints of Deep Magenta #DE19C7

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.61%

 BLUE value IS 199 (78.13% from 255) = 44.62%

R = 49.78%
G = 5.61%
B = 44.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DE19C7 (or 0xDE19C7) is known color: Deep Magenta. HEX triplet: DE, 19 and C7. RGB value is (222,25,199). Sum of RGB (Red+Green+Blue) = 222+25+199=446 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.78% from 446); Green value is 25 (10.16% from 255 or 5.61% from 446); Blue value is 199 (78.12% from 255 or 44.62% from 446); Max value from RGB is 222 - color contains mainly: red. Hex color #DE19C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE19C7 is #21E638. Grayscale: #676767. Windows color (decimal): -2221625 or 13048286. OLE color: 13048286.

HSL color Cylindrical-coordinate representation of color #DE19C7: hue angle of 307.01º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DE19C7 is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 25 199 -
CMYK 0 0.89 0.10 0.13
HSL 307.01º 0.8% 0.48% -
HSV(B) 307.01º 0.89% 0.87% -
XYZ 40.78 20.35 55.81 -
YUV 103.74 181.77 212.35 -
System Red Green Blue C M Y K H S L
Decimal 222 25 199 0 0.89 0.10 0.13 307.01 0.8 0.48
Hex DE 19 C7 0 59 A D 133 50 30
Octal 336 31 307 0 131 12 15 463 120 60
Binary 11011110 11001 11000111 0 1011001 1010 1101 100110011 1010000 110000

Color Harmonies of #DE19C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE19C7

Black with #DE19C7

Text Example


Text Example

White with #DE19C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE19C7; }

 p { color: rgb(222,25,199); }

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

background-color css

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

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

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

border-color css

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

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

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