Html Css Color HEX #DE0FDC Deep Magenta

📋 copy color: '#DE0FDC'

red 222 ◦ green 15 ◦ blue 220

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

Shades of Deep Magenta #DE0FDC

Tints of Deep Magenta #DE0FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.14%

R = 48.58%
G = 3.28%
B = 48.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DE0FDC (or 0xDE0FDC) is known color: Deep Magenta. HEX triplet: DE, 0F and DC. RGB value is (222,15,220). Sum of RGB (Red+Green+Blue) = 222+15+220=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 15 (6.25% from 255 or 3.28% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0FDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE0FDC is #21F023. Grayscale: #636363. Windows color (decimal): -2224164 or 14421982. OLE color: 14421982.

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

Color convert

RGB 222 15 220 -
CMYK 0 0.93 0.01 0.13
HSL 300.58º 0.87% 0.46% -
HSV(B) 300.58º 0.93% 0.87% -
XYZ 43.21 21.04 69.49 -
YUV 100.26 195.58 214.83 -
System Red Green Blue C M Y K H S L
Decimal 222 15 220 0 0.93 0.01 0.13 300.58 0.87 0.46
Hex DE F DC 0 5D 1 D 12D 57 2E
Octal 336 17 334 0 135 1 15 455 127 56
Binary 11011110 1111 11011100 0 1011101 1 1101 100101101 1010111 101110

Color Harmonies of #DE0FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0FDC

Black with #DE0FDC

Text Example


Text Example

White with #DE0FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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