Html Css Color HEX #DE12DB Deep Magenta

📋 copy color: '#DE12DB'

red 222 ◦ green 18 ◦ blue 219

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

Shades of Deep Magenta #DE12DB

Tints of Deep Magenta #DE12DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.71%

R = 48.37%
G = 3.92%
B = 47.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DE12DB (or 0xDE12DB) is known color: Deep Magenta. HEX triplet: DE, 12 and DB. RGB value is (222,18,219). Sum of RGB (Red+Green+Blue) = 222+18+219=459 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.37% from 459); Green value is 18 (7.42% from 255 or 3.92% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 222 - color contains mainly: red. Hex color #DE12DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE12DB is #21ED24. Grayscale: #656565. Windows color (decimal): -2223397 or 14357214. OLE color: 14357214.

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

Color convert

RGB 222 18 219 -
CMYK 0 0.92 0.01 0.13
HSL 300.88º 0.85% 0.47% -
HSV(B) 300.88º 0.92% 0.87% -
XYZ 43.13 21.08 68.81 -
YUV 101.91 194.09 213.66 -
System Red Green Blue C M Y K H S L
Decimal 222 18 219 0 0.92 0.01 0.13 300.88 0.85 0.47
Hex DE 12 DB 0 5C 1 D 12D 55 2F
Octal 336 22 333 0 134 1 15 455 125 57
Binary 11011110 10010 11011011 0 1011100 1 1101 100101101 1010101 101111

Color Harmonies of #DE12DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE12DB

Black with #DE12DB

Text Example


Text Example

White with #DE12DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE12DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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