Html Css Color HEX #DD03BF Deep Magenta

📋 copy color: '#DD03BF'

red 221 ◦ green 3 ◦ blue 191

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

Shades of Deep Magenta #DD03BF

Tints of Deep Magenta #DD03BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.02%

R = 53.25%
G = 0.72%
B = 46.02%

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

#DD03BF (or 0xDD03BF) is known color: Deep Magenta. HEX triplet: DD, 03 and BF. RGB value is (221,3,191). Sum of RGB (Red+Green+Blue) = 221+3+191=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 3 (1.56% from 255 or 0.72% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD03BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD03BF is #22FC40. Grayscale: #595959. Windows color (decimal): -2292801 or 12518365. OLE color: 12518365.

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

Color convert

RGB 221 3 191 -
CMYK 0 0.99 0.14 0.13
HSL 308.26º 0.97% 0.44% -
HSV(B) 308.26º 0.99% 0.87% -
XYZ 39.26 19.2 50.93 -
YUV 89.61 185.22 221.71 -
System Red Green Blue C M Y K H S L
Decimal 221 3 191 0 0.99 0.14 0.13 308.26 0.97 0.44
Hex DD 3 BF 0 63 E D 134 61 2C
Octal 335 3 277 0 143 16 15 464 141 54
Binary 11011101 11 10111111 0 1100011 1110 1101 100110100 1100001 101100

Color Harmonies of #DD03BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD03BF

Black with #DD03BF

Text Example


Text Example

White with #DD03BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD03BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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