Html Css Color HEX #DE16C4 Deep Magenta

📋 copy color: '#DE16C4'

red 222 ◦ green 22 ◦ blue 196

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

Shades of Deep Magenta #DE16C4

Tints of Deep Magenta #DE16C4

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5%

 BLUE value IS 196 (76.95% from 255) = 44.55%

R = 50.45%
G = 5%
B = 44.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DE16C4 (or 0xDE16C4) is known color: Deep Magenta. HEX triplet: DE, 16 and C4. RGB value is (222,22,196). Sum of RGB (Red+Green+Blue) = 222+22+196=440 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.45% from 440); Green value is 22 (8.98% from 255 or 5% from 440); Blue value is 196 (76.95% from 255 or 44.55% from 440); Max value from RGB is 222 - color contains mainly: red. Hex color #DE16C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE16C4 is #21E93B. Grayscale: #656565. Windows color (decimal): -2222396 or 12850910. OLE color: 12850910.

HSL color Cylindrical-coordinate representation of color #DE16C4: hue angle of 307.8º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DE16C4 is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 22 196 -
CMYK 0 0.90 0.12 0.13
HSL 307.8º 0.82% 0.48% -
HSV(B) 307.8º 0.9% 0.87% -
XYZ 40.37 20.09 53.97 -
YUV 101.64 181.26 213.85 -
System Red Green Blue C M Y K H S L
Decimal 222 22 196 0 0.90 0.12 0.13 307.8 0.82 0.48
Hex DE 16 C4 0 5A C D 134 52 30
Octal 336 26 304 0 132 14 15 464 122 60
Binary 11011110 10110 11000100 0 1011010 1100 1101 100110100 1010010 110000

Color Harmonies of #DE16C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE16C4

Black with #DE16C4

Text Example


Text Example

White with #DE16C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE16C4; }

 p { color: rgb(222,22,196); }

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

background-color css

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

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

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

border-color css

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

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

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