Html Css Color HEX #DE07DD Deep Magenta

📋 copy color: '#DE07DD'

red 222 ◦ green 7 ◦ blue 221

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

Shades of Deep Magenta #DE07DD

Tints of Deep Magenta #DE07DD

RGB

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

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

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

R = 49.33%
G = 1.56%
B = 49.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DE07DD (or 0xDE07DD) is known color: Deep Magenta. HEX triplet: DE, 07 and DD. RGB value is (222,7,221). Sum of RGB (Red+Green+Blue) = 222+7+221=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 7 (3.12% from 255 or 1.56% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DE07DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE07DD is #21F822. Grayscale: #5F5F5F. Windows color (decimal): -2226211 or 14485470. OLE color: 14485470.

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

Color convert

RGB 222 7 221 -
CMYK 0 0.97 0.00 0.13
HSL 300.28º 0.94% 0.45% -
HSV(B) 300.28º 0.97% 0.87% -
XYZ 43.25 20.9 70.16 -
YUV 95.68 198.73 218.1 -
System Red Green Blue C M Y K H S L
Decimal 222 7 221 0 0.97 0.00 0.13 300.28 0.94 0.45
Hex DE 7 DD 0 61 0 D 12C 5E 2D
Octal 336 7 335 0 141 0 15 454 136 55
Binary 11011110 111 11011101 0 1100001 0 1101 100101100 1011110 101101

Color Harmonies of #DE07DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE07DD

Black with #DE07DD

Text Example


Text Example

White with #DE07DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE07DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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