Html Css Color HEX #DE0CDC Deep Magenta

📋 copy color: '#DE0CDC'

red 222 ◦ green 12 ◦ blue 220

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

Shades of Deep Magenta #DE0CDC

Tints of Deep Magenta #DE0CDC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.64%

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

R = 48.9%
G = 2.64%
B = 48.46%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DE0CDC (or 0xDE0CDC) is known color: Deep Magenta. HEX triplet: DE, 0C and DC. RGB value is (222,12,220). Sum of RGB (Red+Green+Blue) = 222+12+220=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 12 (5.08% from 255 or 2.64% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0CDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE0CDC is #21F323. Grayscale: #616161. Windows color (decimal): -2224932 or 14421214. OLE color: 14421214.

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

Color convert

RGB 222 12 220 -
CMYK 0 0.95 0.01 0.13
HSL 300.57º 0.9% 0.46% -
HSV(B) 300.57º 0.95% 0.87% -
XYZ 43.17 20.96 69.48 -
YUV 98.5 196.57 216.09 -
System Red Green Blue C M Y K H S L
Decimal 222 12 220 0 0.95 0.01 0.13 300.57 0.9 0.46
Hex DE C DC 0 5F 1 D 12D 5A 2E
Octal 336 14 334 0 137 1 15 455 132 56
Binary 11011110 1100 11011100 0 1011111 1 1101 100101101 1011010 101110

Color Harmonies of #DE0CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0CDC

Black with #DE0CDC

Text Example


Text Example

White with #DE0CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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