Html Css Color HEX #DE12D2 Deep Magenta

📋 copy color: '#DE12D2'

red 222 ◦ green 18 ◦ blue 210

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

Shades of Deep Magenta #DE12D2

Tints of Deep Magenta #DE12D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 46.67%

R = 49.33%
G = 4%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DE12D2 (or 0xDE12D2) is known color: Deep Magenta. HEX triplet: DE, 12 and D2. RGB value is (222,18,210). Sum of RGB (Red+Green+Blue) = 222+18+210=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 18 (7.42% from 255 or 4% from 450); Blue value is 210 (82.42% from 255 or 46.67% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DE12D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE12D2 is #21ED2D. Grayscale: #646464. Windows color (decimal): -2223406 or 13767390. OLE color: 13767390.

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

Color convert

RGB 222 18 210 -
CMYK 0 0.92 0.05 0.13
HSL 303.53º 0.85% 0.47% -
HSV(B) 303.53º 0.92% 0.87% -
XYZ 41.97 20.62 62.74 -
YUV 100.88 189.59 214.39 -
System Red Green Blue C M Y K H S L
Decimal 222 18 210 0 0.92 0.05 0.13 303.53 0.85 0.47
Hex DE 12 D2 0 5C 5 D 130 55 2F
Octal 336 22 322 0 134 5 15 460 125 57
Binary 11011110 10010 11010010 0 1011100 101 1101 100110000 1010101 101111

Color Harmonies of #DE12D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE12D2

Black with #DE12D2

Text Example


Text Example

White with #DE12D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE12D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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