Html Css Color HEX #DD03B5 Deep Magenta

📋 copy color: '#DD03B5'

red 221 ◦ green 3 ◦ blue 181

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

Shades of Deep Magenta #DD03B5

Tints of Deep Magenta #DD03B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 44.69%

R = 54.57%
G = 0.74%
B = 44.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DD03B5 (or 0xDD03B5) is known color: Deep Magenta. HEX triplet: DD, 03 and B5. RGB value is (221,3,181). Sum of RGB (Red+Green+Blue) = 221+3+181=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 3 (1.56% from 255 or 0.74% from 405); Blue value is 181 (71.09% from 255 or 44.69% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD03B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD03B5 is #22FC4A. Grayscale: #575757. Windows color (decimal): -2292811 or 11863005. OLE color: 11863005.

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

Color convert

RGB 221 3 181 -
CMYK 0 0.99 0.18 0.13
HSL 311.01º 0.97% 0.44% -
HSV(B) 311.01º 0.99% 0.87% -
XYZ 38.19 18.77 45.33 -
YUV 88.47 180.22 222.53 -
System Red Green Blue C M Y K H S L
Decimal 221 3 181 0 0.99 0.18 0.13 311.01 0.97 0.44
Hex DD 3 B5 0 63 12 D 137 61 2C
Octal 335 3 265 0 143 22 15 467 141 54
Binary 11011101 11 10110101 0 1100011 10010 1101 100110111 1100001 101100

Color Harmonies of #DD03B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD03B5

Black with #DD03B5

Text Example


Text Example

White with #DD03B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD03B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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