Html Css Color HEX #DE12C2 Deep Magenta

📋 copy color: '#DE12C2'

red 222 ◦ green 18 ◦ blue 194

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

Shades of Deep Magenta #DE12C2

Tints of Deep Magenta #DE12C2

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.15%

 BLUE value IS 194 (76.17% from 255) = 44.7%

R = 51.15%
G = 4.15%
B = 44.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DE12C2 (or 0xDE12C2) is known color: Deep Magenta. HEX triplet: DE, 12 and C2. RGB value is (222,18,194). Sum of RGB (Red+Green+Blue) = 222+18+194=434 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.15% from 434); Green value is 18 (7.42% from 255 or 4.15% from 434); Blue value is 194 (76.17% from 255 or 44.70% from 434); Max value from RGB is 222 - color contains mainly: red. Hex color #DE12C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE12C2 is #21ED3D. Grayscale: #626262. Windows color (decimal): -2223422 or 12718814. OLE color: 12718814.

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

Color convert

RGB 222 18 194 -
CMYK 0 0.92 0.13 0.13
HSL 308.24º 0.85% 0.47% -
HSV(B) 308.24º 0.92% 0.87% -
XYZ 40.08 19.86 52.76 -
YUV 99.06 181.59 215.69 -
System Red Green Blue C M Y K H S L
Decimal 222 18 194 0 0.92 0.13 0.13 308.24 0.85 0.47
Hex DE 12 C2 0 5C D D 134 55 2F
Octal 336 22 302 0 134 15 15 464 125 57
Binary 11011110 10010 11000010 0 1011100 1101 1101 100110100 1010101 101111

Color Harmonies of #DE12C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE12C2

Black with #DE12C2

Text Example


Text Example

White with #DE12C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE12C2; }

 p { color: rgb(222,18,194); }

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

background-color css

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

 a { background-color: rgb(222,18,194); }

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

border-color css

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

 span { border-color: rgb(222,18,194); }

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