Html Css Color HEX #DD1BDB Deep Magenta

📋 copy color: '#DD1BDB'

red 221 ◦ green 27 ◦ blue 219

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

Shades of Deep Magenta #DD1BDB

Tints of Deep Magenta #DD1BDB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.78%

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

R = 47.32%
G = 5.78%
B = 46.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD1BDB (or 0xDD1BDB) is known color: Deep Magenta. HEX triplet: DD, 1B and DB. RGB value is (221,27,219). Sum of RGB (Red+Green+Blue) = 221+27+219=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 27 (10.94% from 255 or 5.78% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1BDB is #22E424. Grayscale: #6A6A6A. Windows color (decimal): -2286629 or 14359517. OLE color: 14359517.

HSL color Cylindrical-coordinate representation of color #DD1BDB: hue angle of 300.62º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1BDB is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 27 219 -
CMYK 0 0.88 0.01 0.13
HSL 300.62º 0.78% 0.49% -
HSV(B) 300.62º 0.88% 0.87% -
XYZ 43 21.27 68.86 -
YUV 106.89 191.27 209.39 -
System Red Green Blue C M Y K H S L
Decimal 221 27 219 0 0.88 0.01 0.13 300.62 0.78 0.49
Hex DD 1B DB 0 58 1 D 12D 4E 31
Octal 335 33 333 0 130 1 15 455 116 61
Binary 11011101 11011 11011011 0 1011000 1 1101 100101101 1001110 110001

Color Harmonies of #DD1BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1BDB

Black with #DD1BDB

Text Example


Text Example

White with #DD1BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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