Html Css Color HEX #DD03BE Deep Magenta

📋 copy color: '#DD03BE'

red 221 ◦ green 3 ◦ blue 190

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

Shades of Deep Magenta #DD03BE

Tints of Deep Magenta #DD03BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.89%

R = 53.38%
G = 0.72%
B = 45.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD03BE (or 0xDD03BE) is known color: Deep Magenta. HEX triplet: DD, 03 and BE. RGB value is (221,3,190). Sum of RGB (Red+Green+Blue) = 221+3+190=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 3 (1.56% from 255 or 0.72% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD03BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD03BE is #22FC41. Grayscale: #585858. Windows color (decimal): -2292802 or 12452829. OLE color: 12452829.

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

Color convert

RGB 221 3 190 -
CMYK 0 0.99 0.14 0.13
HSL 308.53º 0.97% 0.44% -
HSV(B) 308.53º 0.99% 0.87% -
XYZ 39.15 19.15 50.35 -
YUV 89.5 184.72 221.79 -
System Red Green Blue C M Y K H S L
Decimal 221 3 190 0 0.99 0.14 0.13 308.53 0.97 0.44
Hex DD 3 BE 0 63 E D 135 61 2C
Octal 335 3 276 0 143 16 15 465 141 54
Binary 11011101 11 10111110 0 1100011 1110 1101 100110101 1100001 101100

Color Harmonies of #DD03BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD03BE

Black with #DD03BE

Text Example


Text Example

White with #DD03BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD03BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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