Html Css Color HEX #DE07C7 Deep Magenta

📋 copy color: '#DE07C7'

red 222 ◦ green 7 ◦ blue 199

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

Shades of Deep Magenta #DE07C7

Tints of Deep Magenta #DE07C7

RGB

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

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

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

R = 51.87%
G = 1.64%
B = 46.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DE07C7 (or 0xDE07C7) is known color: Deep Magenta. HEX triplet: DE, 07 and C7. RGB value is (222,7,199). Sum of RGB (Red+Green+Blue) = 222+7+199=428 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.87% from 428); Green value is 7 (3.12% from 255 or 1.64% from 428); Blue value is 199 (78.12% from 255 or 46.50% from 428); Max value from RGB is 222 - color contains mainly: red. Hex color #DE07C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE07C7 is #21F838. Grayscale: #5C5C5C. Windows color (decimal): -2226233 or 13043678. OLE color: 13043678.

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

Color convert

RGB 222 7 199 -
CMYK 0 0.97 0.10 0.13
HSL 306.42º 0.94% 0.45% -
HSV(B) 306.42º 0.97% 0.87% -
XYZ 40.51 19.81 55.72 -
YUV 93.17 187.73 219.89 -
System Red Green Blue C M Y K H S L
Decimal 222 7 199 0 0.97 0.10 0.13 306.42 0.94 0.45
Hex DE 7 C7 0 61 A D 132 5E 2D
Octal 336 7 307 0 141 12 15 462 136 55
Binary 11011110 111 11000111 0 1100001 1010 1101 100110010 1011110 101101

Color Harmonies of #DE07C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE07C7

Black with #DE07C7

Text Example


Text Example

White with #DE07C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE07C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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