Html Css Color HEX #DD03D4 Deep Magenta

📋 copy color: '#DD03D4'

red 221 ◦ green 3 ◦ blue 212

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

Shades of Deep Magenta #DD03D4

Tints of Deep Magenta #DD03D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 48.62%

R = 50.69%
G = 0.69%
B = 48.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DD03D4 (or 0xDD03D4) is known color: Deep Magenta. HEX triplet: DD, 03 and D4. RGB value is (221,3,212). Sum of RGB (Red+Green+Blue) = 221+3+212=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 3 (1.56% from 255 or 0.69% from 436); Blue value is 212 (83.20% from 255 or 48.62% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD03D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD03D4 is #22FC2B. Grayscale: #5B5B5B. Windows color (decimal): -2292780 or 13894621. OLE color: 13894621.

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

Color convert

RGB 221 3 212 -
CMYK 0 0.99 0.04 0.13
HSL 302.48º 0.97% 0.44% -
HSV(B) 302.48º 0.99% 0.87% -
XYZ 41.74 20.19 63.98 -
YUV 92.01 195.72 220.01 -
System Red Green Blue C M Y K H S L
Decimal 221 3 212 0 0.99 0.04 0.13 302.48 0.97 0.44
Hex DD 3 D4 0 63 4 D 12E 61 2C
Octal 335 3 324 0 143 4 15 456 141 54
Binary 11011101 11 11010100 0 1100011 100 1101 100101110 1100001 101100

Color Harmonies of #DD03D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD03D4

Black with #DD03D4

Text Example


Text Example

White with #DD03D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD03D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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