Html Css Color HEX #DD04BF Deep Magenta

📋 copy color: '#DD04BF'

red 221 ◦ green 4 ◦ blue 191

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

Shades of Deep Magenta #DD04BF

Tints of Deep Magenta #DD04BF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.96%

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

R = 53.13%
G = 0.96%
B = 45.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD04BF (or 0xDD04BF) is known color: Deep Magenta. HEX triplet: DD, 04 and BF. RGB value is (221,4,191). Sum of RGB (Red+Green+Blue) = 221+4+191=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 4 (1.95% from 255 or 0.96% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD04BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD04BF is #22FB40. Grayscale: #595959. Windows color (decimal): -2292545 or 12518621. OLE color: 12518621.

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

Color convert

RGB 221 4 191 -
CMYK 0 0.98 0.14 0.13
HSL 308.29º 0.96% 0.44% -
HSV(B) 308.29º 0.98% 0.87% -
XYZ 39.27 19.22 50.93 -
YUV 90.2 184.89 221.29 -
System Red Green Blue C M Y K H S L
Decimal 221 4 191 0 0.98 0.14 0.13 308.29 0.96 0.44
Hex DD 4 BF 0 62 E D 134 60 2C
Octal 335 4 277 0 142 16 15 464 140 54
Binary 11011101 100 10111111 0 1100010 1110 1101 100110100 1100000 101100

Color Harmonies of #DD04BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD04BF

Black with #DD04BF

Text Example


Text Example

White with #DD04BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD04BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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