Html Css Color HEX #DD0BB9 Deep Magenta

📋 copy color: '#DD0BB9'

red 221 ◦ green 11 ◦ blue 185

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

Shades of Deep Magenta #DD0BB9

Tints of Deep Magenta #DD0BB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 44.36%

R = 53%
G = 2.64%
B = 44.36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DD0BB9 (or 0xDD0BB9) is known color: Deep Magenta. HEX triplet: DD, 0B and B9. RGB value is (221,11,185). Sum of RGB (Red+Green+Blue) = 221+11+185=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 11 (4.69% from 255 or 2.64% from 417); Blue value is 185 (72.66% from 255 or 44.36% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0BB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0BB9 is #22F446. Grayscale: #5D5D5D. Windows color (decimal): -2290759 or 12127197. OLE color: 12127197.

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

Color convert

RGB 221 11 185 -
CMYK 0 0.95 0.16 0.13
HSL 310.29º 0.91% 0.45% -
HSV(B) 310.29º 0.95% 0.87% -
XYZ 38.7 19.11 47.55 -
YUV 93.63 179.57 218.85 -
System Red Green Blue C M Y K H S L
Decimal 221 11 185 0 0.95 0.16 0.13 310.29 0.91 0.45
Hex DD B B9 0 5F 10 D 136 5B 2D
Octal 335 13 271 0 137 20 15 466 133 55
Binary 11011101 1011 10111001 0 1011111 10000 1101 100110110 1011011 101101

Color Harmonies of #DD0BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0BB9

Black with #DD0BB9

Text Example


Text Example

White with #DD0BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0BB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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