Html Css Color HEX #DD0BBA Deep Magenta

📋 copy color: '#DD0BBA'

red 221 ◦ green 11 ◦ blue 186

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

Shades of Deep Magenta #DD0BBA

Tints of Deep Magenta #DD0BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.5%

R = 52.87%
G = 2.63%
B = 44.5%

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

#DD0BBA (or 0xDD0BBA) is known color: Deep Magenta. HEX triplet: DD, 0B and BA. RGB value is (221,11,186). Sum of RGB (Red+Green+Blue) = 221+11+186=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 11 (4.69% from 255 or 2.63% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0BBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0BBA is #22F445. Grayscale: #5D5D5D. Windows color (decimal): -2290758 or 12192733. OLE color: 12192733.

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

Color convert

RGB 221 11 186 -
CMYK 0 0.95 0.16 0.13
HSL 310º 0.91% 0.45% -
HSV(B) 310º 0.95% 0.87% -
XYZ 38.8 19.16 48.11 -
YUV 93.74 180.07 218.77 -
System Red Green Blue C M Y K H S L
Decimal 221 11 186 0 0.95 0.16 0.13 310 0.91 0.45
Hex DD B BA 0 5F 10 D 136 5B 2D
Octal 335 13 272 0 137 20 15 466 133 55
Binary 11011101 1011 10111010 0 1011111 10000 1101 100110110 1011011 101101

Color Harmonies of #DD0BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0BBA

Black with #DD0BBA

Text Example


Text Example

White with #DD0BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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