Html Css Color HEX #DE0CDD Deep Magenta

📋 copy color: '#DE0CDD'

red 222 ◦ green 12 ◦ blue 221

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

Shades of Deep Magenta #DE0CDD

Tints of Deep Magenta #DE0CDD

RGB

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

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

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

R = 48.79%
G = 2.64%
B = 48.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DE0CDD (or 0xDE0CDD) is known color: Deep Magenta. HEX triplet: DE, 0C and DD. RGB value is (222,12,221). Sum of RGB (Red+Green+Blue) = 222+12+221=455 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.79% from 455); Green value is 12 (5.08% from 255 or 2.64% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0CDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE0CDD is #21F322. Grayscale: #616161. Windows color (decimal): -2224931 or 14486750. OLE color: 14486750.

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

Color convert

RGB 222 12 221 -
CMYK 0 0.95 0.00 0.13
HSL 300.29º 0.9% 0.46% -
HSV(B) 300.29º 0.95% 0.87% -
XYZ 43.31 21.01 70.18 -
YUV 98.62 197.07 216.01 -
System Red Green Blue C M Y K H S L
Decimal 222 12 221 0 0.95 0.00 0.13 300.29 0.9 0.46
Hex DE C DD 0 5F 0 D 12C 5A 2E
Octal 336 14 335 0 137 0 15 454 132 56
Binary 11011110 1100 11011101 0 1011111 0 1101 100101100 1011010 101110

Color Harmonies of #DE0CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0CDD

Black with #DE0CDD

Text Example


Text Example

White with #DE0CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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