Html Css Color HEX #DE0DDB Deep Magenta

📋 copy color: '#DE0DDB'

red 222 ◦ green 13 ◦ blue 219

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

Shades of Deep Magenta #DE0DDB

Tints of Deep Magenta #DE0DDB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.86%

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

R = 48.9%
G = 2.86%
B = 48.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DE0DDB (or 0xDE0DDB) is known color: Deep Magenta. HEX triplet: DE, 0D and DB. RGB value is (222,13,219). Sum of RGB (Red+Green+Blue) = 222+13+219=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 13 (5.47% from 255 or 2.86% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0DDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE0DDB is #21F224. Grayscale: #626262. Windows color (decimal): -2224677 or 14355934. OLE color: 14355934.

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

Color convert

RGB 222 13 219 -
CMYK 0 0.94 0.01 0.13
HSL 300.86º 0.89% 0.46% -
HSV(B) 300.86º 0.94% 0.87% -
XYZ 43.05 20.93 68.79 -
YUV 98.98 195.74 215.75 -
System Red Green Blue C M Y K H S L
Decimal 222 13 219 0 0.94 0.01 0.13 300.86 0.89 0.46
Hex DE D DB 0 5E 1 D 12D 59 2E
Octal 336 15 333 0 136 1 15 455 131 56
Binary 11011110 1101 11011011 0 1011110 1 1101 100101101 1011001 101110

Color Harmonies of #DE0DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0DDB

Black with #DE0DDB

Text Example


Text Example

White with #DE0DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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