Html Css Color HEX #DE0CCD Deep Magenta

📋 copy color: '#DE0CCD'

red 222 ◦ green 12 ◦ blue 205

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

Shades of Deep Magenta #DE0CCD

Tints of Deep Magenta #DE0CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.7%

R = 50.57%
G = 2.73%
B = 46.7%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DE0CCD (or 0xDE0CCD) is known color: Deep Magenta. HEX triplet: DE, 0C and CD. RGB value is (222,12,205). Sum of RGB (Red+Green+Blue) = 222+12+205=439 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.57% from 439); Green value is 12 (5.08% from 255 or 2.73% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0CCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE0CCD is #21F332. Grayscale: #606060. Windows color (decimal): -2224947 or 13438174. OLE color: 13438174.

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

Color convert

RGB 222 12 205 -
CMYK 0 0.95 0.08 0.13
HSL 304.86º 0.9% 0.46% -
HSV(B) 304.86º 0.95% 0.87% -
XYZ 41.28 20.2 59.48 -
YUV 96.79 189.07 217.31 -
System Red Green Blue C M Y K H S L
Decimal 222 12 205 0 0.95 0.08 0.13 304.86 0.9 0.46
Hex DE C CD 0 5F 8 D 131 5A 2E
Octal 336 14 315 0 137 10 15 461 132 56
Binary 11011110 1100 11001101 0 1011111 1000 1101 100110001 1011010 101110

Color Harmonies of #DE0CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0CCD

Black with #DE0CCD

Text Example


Text Example

White with #DE0CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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