Html Css Color HEX #DD0BDB Deep Magenta

📋 copy color: '#DD0BDB'

red 221 ◦ green 11 ◦ blue 219

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

Shades of Deep Magenta #DD0BDB

Tints of Deep Magenta #DD0BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.56%

R = 49%
G = 2.44%
B = 48.56%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD0BDB (or 0xDD0BDB) is known color: Deep Magenta. HEX triplet: DD, 0B and DB. RGB value is (221,11,219). Sum of RGB (Red+Green+Blue) = 221+11+219=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 11 (4.69% from 255 or 2.44% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0BDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0BDB is #22F424. Grayscale: #606060. Windows color (decimal): -2290725 or 14355421. OLE color: 14355421.

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

Color convert

RGB 221 11 219 -
CMYK 0 0.95 0.01 0.13
HSL 300.57º 0.91% 0.45% -
HSV(B) 300.57º 0.95% 0.87% -
XYZ 42.72 20.73 68.77 -
YUV 97.5 196.57 216.09 -
System Red Green Blue C M Y K H S L
Decimal 221 11 219 0 0.95 0.01 0.13 300.57 0.91 0.45
Hex DD B DB 0 5F 1 D 12D 5B 2D
Octal 335 13 333 0 137 1 15 455 133 55
Binary 11011101 1011 11011011 0 1011111 1 1101 100101101 1011011 101101

Color Harmonies of #DD0BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0BDB

Black with #DD0BDB

Text Example


Text Example

White with #DD0BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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