Html Css Color HEX #DD0BBF Deep Magenta

📋 copy color: '#DD0BBF'

red 221 ◦ green 11 ◦ blue 191

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

Shades of Deep Magenta #DD0BBF

Tints of Deep Magenta #DD0BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.15%

R = 52.25%
G = 2.6%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD0BBF (or 0xDD0BBF) is known color: Deep Magenta. HEX triplet: DD, 0B and BF. RGB value is (221,11,191). Sum of RGB (Red+Green+Blue) = 221+11+191=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 11 (4.69% from 255 or 2.60% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0BBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0BBF is #22F440. Grayscale: #5D5D5D. Windows color (decimal): -2290753 or 12520413. OLE color: 12520413.

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

Color convert

RGB 221 11 191 -
CMYK 0 0.95 0.14 0.13
HSL 308.57º 0.91% 0.45% -
HSV(B) 308.57º 0.95% 0.87% -
XYZ 39.34 19.37 50.96 -
YUV 94.31 182.57 218.36 -
System Red Green Blue C M Y K H S L
Decimal 221 11 191 0 0.95 0.14 0.13 308.57 0.91 0.45
Hex DD B BF 0 5F E D 135 5B 2D
Octal 335 13 277 0 137 16 15 465 133 55
Binary 11011101 1011 10111111 0 1011111 1110 1101 100110101 1011011 101101

Color Harmonies of #DD0BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0BBF

Black with #DD0BBF

Text Example


Text Example

White with #DD0BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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