Html Css Color HEX #DD0BBB Deep Magenta

📋 copy color: '#DD0BBB'

red 221 ◦ green 11 ◦ blue 187

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

Shades of Deep Magenta #DD0BBB

Tints of Deep Magenta #DD0BBB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.63%

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

R = 52.74%
G = 2.63%
B = 44.63%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DD0BBB (or 0xDD0BBB) is known color: Deep Magenta. HEX triplet: DD, 0B and BB. RGB value is (221,11,187). Sum of RGB (Red+Green+Blue) = 221+11+187=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 11 (4.69% from 255 or 2.63% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0BBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0BBB is #22F444. Grayscale: #5D5D5D. Windows color (decimal): -2290757 or 12258269. OLE color: 12258269.

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

Color convert

RGB 221 11 187 -
CMYK 0 0.95 0.15 0.13
HSL 309.71º 0.91% 0.45% -
HSV(B) 309.71º 0.95% 0.87% -
XYZ 38.91 19.2 48.67 -
YUV 93.85 180.57 218.69 -
System Red Green Blue C M Y K H S L
Decimal 221 11 187 0 0.95 0.15 0.13 309.71 0.91 0.45
Hex DD B BB 0 5F F D 136 5B 2D
Octal 335 13 273 0 137 17 15 466 133 55
Binary 11011101 1011 10111011 0 1011111 1111 1101 100110110 1011011 101101

Color Harmonies of #DD0BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0BBB

Black with #DD0BBB

Text Example


Text Example

White with #DD0BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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