Html Css Color HEX #DD00BB Deep Magenta

📋 copy color: '#DD00BB'

red 221 ◦ green 0 ◦ blue 187

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

Shades of Deep Magenta #DD00BB

Tints of Deep Magenta #DD00BB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 54.17%
G = 0%
B = 45.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DD00BB (or 0xDD00BB) is known color: Deep Magenta. HEX triplet: DD, 00 and BB. RGB value is (221,0,187). Sum of RGB (Red+Green+Blue) = 221+0+187=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 0 (0.39% from 255 or 0% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD00BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD00BB is #22FF44. Grayscale: #565656. Windows color (decimal): -2293573 or 12255453. OLE color: 12255453.

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

Color convert

RGB 221 0 187 -
CMYK 0 1 0.15 0.13
HSL 309.23º 1% 0.43% -
HSV(B) 309.23º 1% 0.87% -
XYZ 38.79 18.96 48.63 -
YUV 87.4 184.22 223.29 -
System Red Green Blue C M Y K H S L
Decimal 221 0 187 0 1 0.15 0.13 309.23 1 0.43
Hex DD 0 BB 0 64 F D 135 64 2B
Octal 335 0 273 0 144 17 15 465 144 53
Binary 11011101 0 10111011 0 1100100 1111 1101 100110101 1100100 101011

Color Harmonies of #DD00BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD00BB

Black with #DD00BB

Text Example


Text Example

White with #DD00BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD00BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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