Html Css Color HEX #DD01BB Deep Magenta

📋 copy color: '#DD01BB'

red 221 ◦ green 1 ◦ blue 187

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

Shades of Deep Magenta #DD01BB

Tints of Deep Magenta #DD01BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.72%

R = 54.03%
G = 0.24%
B = 45.72%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DD01BB (or 0xDD01BB) is known color: Deep Magenta. HEX triplet: DD, 01 and BB. RGB value is (221,1,187). Sum of RGB (Red+Green+Blue) = 221+1+187=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 1 (0.78% from 255 or 0.24% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD01BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD01BB is #22FE44. Grayscale: #575757. Windows color (decimal): -2293317 or 12255709. OLE color: 12255709.

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

Color convert

RGB 221 1 187 -
CMYK 0 1.00 0.15 0.13
HSL 309.27º 0.99% 0.44% -
HSV(B) 309.27º 1% 0.87% -
XYZ 38.8 18.98 48.63 -
YUV 87.98 183.89 222.88 -
System Red Green Blue C M Y K H S L
Decimal 221 1 187 0 1.00 0.15 0.13 309.27 0.99 0.44
Hex DD 1 BB 0 64 F D 135 63 2C
Octal 335 1 273 0 144 17 15 465 143 54
Binary 11011101 1 10111011 0 1100100 1111 1101 100110101 1100011 101100

Color Harmonies of #DD01BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD01BB

Black with #DD01BB

Text Example


Text Example

White with #DD01BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD01BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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