Html Css Color HEX #DD01BF Deep Magenta

📋 copy color: '#DD01BF'

red 221 ◦ green 1 ◦ blue 191

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

Shades of Deep Magenta #DD01BF

Tints of Deep Magenta #DD01BF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

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

R = 53.51%
G = 0.24%
B = 46.25%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD01BF (or 0xDD01BF) is known color: Deep Magenta. HEX triplet: DD, 01 and BF. RGB value is (221,1,191). Sum of RGB (Red+Green+Blue) = 221+1+191=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 1 (0.78% from 255 or 0.24% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD01BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD01BF is #22FE40. Grayscale: #575757. Windows color (decimal): -2293313 or 12517853. OLE color: 12517853.

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

Color convert

RGB 221 1 191 -
CMYK 0 1.00 0.14 0.13
HSL 308.18º 0.99% 0.44% -
HSV(B) 308.18º 1% 0.87% -
XYZ 39.23 19.16 50.92 -
YUV 88.44 185.89 222.55 -
System Red Green Blue C M Y K H S L
Decimal 221 1 191 0 1.00 0.14 0.13 308.18 0.99 0.44
Hex DD 1 BF 0 64 E D 134 63 2C
Octal 335 1 277 0 144 16 15 464 143 54
Binary 11011101 1 10111111 0 1100100 1110 1101 100110100 1100011 101100

Color Harmonies of #DD01BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD01BF

Black with #DD01BF

Text Example


Text Example

White with #DD01BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD01BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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