Html Css Color HEX #DE07CC Deep Magenta

📋 copy color: '#DE07CC'

red 222 ◦ green 7 ◦ blue 204

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

Shades of Deep Magenta #DE07CC

Tints of Deep Magenta #DE07CC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.62%

 BLUE value IS 204 (80.08% from 255) = 47.11%

R = 51.27%
G = 1.62%
B = 47.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DE07CC (or 0xDE07CC) is known color: Deep Magenta. HEX triplet: DE, 07 and CC. RGB value is (222,7,204). Sum of RGB (Red+Green+Blue) = 222+7+204=433 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.27% from 433); Green value is 7 (3.12% from 255 or 1.62% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 222 - color contains mainly: red. Hex color #DE07CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE07CC is #21F833. Grayscale: #5D5D5D. Windows color (decimal): -2226228 or 13371358. OLE color: 13371358.

HSL color Cylindrical-coordinate representation of color #DE07CC: hue angle of 305.02º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DE07CC is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 7 204 -
CMYK 0 0.97 0.08 0.13
HSL 305.02º 0.94% 0.45% -
HSV(B) 305.02º 0.97% 0.87% -
XYZ 41.1 20.04 58.83 -
YUV 93.74 190.23 219.48 -
System Red Green Blue C M Y K H S L
Decimal 222 7 204 0 0.97 0.08 0.13 305.02 0.94 0.45
Hex DE 7 CC 0 61 8 D 131 5E 2D
Octal 336 7 314 0 141 10 15 461 136 55
Binary 11011110 111 11001100 0 1100001 1000 1101 100110001 1011110 101101

Color Harmonies of #DE07CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE07CC

Black with #DE07CC

Text Example


Text Example

White with #DE07CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE07CC; }

 p { color: rgb(222,7,204); }

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

background-color css

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

 a { background-color: rgb(222,7,204); }

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

border-color css

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

 span { border-color: rgb(222,7,204); }

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