Html Css Color HEX #DD03D0 Deep Magenta

📋 copy color: '#DD03D0'

red 221 ◦ green 3 ◦ blue 208

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

Shades of Deep Magenta #DD03D0

Tints of Deep Magenta #DD03D0

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.69%

 BLUE value IS 208 (81.64% from 255) = 48.15%

R = 51.16%
G = 0.69%
B = 48.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DD03D0 (or 0xDD03D0) is known color: Deep Magenta. HEX triplet: DD, 03 and D0. RGB value is (221,3,208). Sum of RGB (Red+Green+Blue) = 221+3+208=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 3 (1.56% from 255 or 0.69% from 432); Blue value is 208 (81.64% from 255 or 48.15% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD03D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD03D0 is #22FC2F. Grayscale: #5A5A5A. Windows color (decimal): -2292784 or 13632477. OLE color: 13632477.

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

Color convert

RGB 221 3 208 -
CMYK 0 0.99 0.06 0.13
HSL 303.58º 0.97% 0.44% -
HSV(B) 303.58º 0.99% 0.87% -
XYZ 41.24 19.99 61.36 -
YUV 91.55 193.72 220.33 -
System Red Green Blue C M Y K H S L
Decimal 221 3 208 0 0.99 0.06 0.13 303.58 0.97 0.44
Hex DD 3 D0 0 63 6 D 130 61 2C
Octal 335 3 320 0 143 6 15 460 141 54
Binary 11011101 11 11010000 0 1100011 110 1101 100110000 1100001 101100

Color Harmonies of #DD03D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD03D0

Black with #DD03D0

Text Example


Text Example

White with #DD03D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD03D0; }

 p { color: rgb(221,3,208); }

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

background-color css

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

 a { background-color: rgb(221,3,208); }

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

border-color css

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

 span { border-color: rgb(221,3,208); }

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