Html Css Color HEX #DE0FDD Deep Magenta

📋 copy color: '#DE0FDD'

red 222 ◦ green 15 ◦ blue 221

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

Shades of Deep Magenta #DE0FDD

Tints of Deep Magenta #DE0FDD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.28%

 BLUE value IS 221 (86.72% from 255) = 48.25%

R = 48.47%
G = 3.28%
B = 48.25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DE0FDD (or 0xDE0FDD) is known color: Deep Magenta. HEX triplet: DE, 0F and DD. RGB value is (222,15,221). Sum of RGB (Red+Green+Blue) = 222+15+221=458 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.47% from 458); Green value is 15 (6.25% from 255 or 3.28% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0FDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE0FDD is #21F022. Grayscale: #636363. Windows color (decimal): -2224163 or 14487518. OLE color: 14487518.

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

Color convert

RGB 222 15 221 -
CMYK 0 0.93 0.00 0.13
HSL 300.29º 0.87% 0.46% -
HSV(B) 300.29º 0.93% 0.87% -
XYZ 43.35 21.09 70.19 -
YUV 100.38 196.08 214.75 -
System Red Green Blue C M Y K H S L
Decimal 222 15 221 0 0.93 0.00 0.13 300.29 0.87 0.46
Hex DE F DD 0 5D 0 D 12C 57 2E
Octal 336 17 335 0 135 0 15 454 127 56
Binary 11011110 1111 11011101 0 1011101 0 1101 100101100 1010111 101110

Color Harmonies of #DE0FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0FDD

Black with #DE0FDD

Text Example


Text Example

White with #DE0FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0FDD; }

 p { color: rgb(222,15,221); }

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

background-color css

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

 a { background-color: rgb(222,15,221); }

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

border-color css

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

 span { border-color: rgb(222,15,221); }

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