Html Css Color HEX #DD07E0 Deep Magenta

📋 copy color: '#DD07E0'

red 221 ◦ green 7 ◦ blue 224

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

Shades of Deep Magenta #DD07E0

Tints of Deep Magenta #DD07E0

RGB

 RED value IS 221 (86.72% from 255) = 48.89%

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

 BLUE value IS 224 (87.89% from 255) = 49.56%

R = 48.89%
G = 1.55%
B = 49.56%

CMYK

 C value IS 0.01

 M value IS 0.97

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DD07E0 (or 0xDD07E0) is known color: Deep Magenta. HEX triplet: DD, 07 and E0. RGB value is (221,7,224). Sum of RGB (Red+Green+Blue) = 221+7+224=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 7 (3.12% from 255 or 1.55% from 452); Blue value is 224 (87.89% from 255 or 49.56% from 452); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD07E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD07E0 is #22F81F. Grayscale: #5F5F5F. Windows color (decimal): -2291744 or 14682077. OLE color: 14682077.

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

Color convert

RGB 221 7 224 -
CMYK 0.01 0.97 0 0.12
HSL 299.17º 0.94% 0.45% -
HSV(B) 299.17º 0.97% 0.88% -
XYZ 43.35 20.91 72.27 -
YUV 95.72 200.4 217.36 -
System Red Green Blue C M Y K H S L
Decimal 221 7 224 0.01 0.97 0 0.12 299.17 0.94 0.45
Hex DD 7 E0 1 61 0 C 12B 5E 2D
Octal 335 7 340 1 141 0 14 453 136 55
Binary 11011101 111 11100000 1 1100001 0 1100 100101011 1011110 101101

Color Harmonies of #DD07E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD07E0

Black with #DD07E0

Text Example


Text Example

White with #DD07E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD07E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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