Html Css Color HEX #DE0CC7 Deep Magenta

📋 copy color: '#DE0CC7'

red 222 ◦ green 12 ◦ blue 199

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

Shades of Deep Magenta #DE0CC7

Tints of Deep Magenta #DE0CC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 45.96%

R = 51.27%
G = 2.77%
B = 45.96%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DE0CC7 (or 0xDE0CC7) is known color: Deep Magenta. HEX triplet: DE, 0C and C7. RGB value is (222,12,199). Sum of RGB (Red+Green+Blue) = 222+12+199=433 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.27% from 433); Green value is 12 (5.08% from 255 or 2.77% from 433); Blue value is 199 (78.12% from 255 or 45.96% from 433); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0CC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE0CC7 is #21F338. Grayscale: #5F5F5F. Windows color (decimal): -2224953 or 13044958. OLE color: 13044958.

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

Color convert

RGB 222 12 199 -
CMYK 0 0.95 0.10 0.13
HSL 306.57º 0.9% 0.46% -
HSV(B) 306.57º 0.95% 0.87% -
XYZ 40.56 19.92 55.74 -
YUV 96.11 186.07 217.79 -
System Red Green Blue C M Y K H S L
Decimal 222 12 199 0 0.95 0.10 0.13 306.57 0.9 0.46
Hex DE C C7 0 5F A D 133 5A 2E
Octal 336 14 307 0 137 12 15 463 132 56
Binary 11011110 1100 11000111 0 1011111 1010 1101 100110011 1011010 101110

Color Harmonies of #DE0CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0CC7

Black with #DE0CC7

Text Example


Text Example

White with #DE0CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0CC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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