Html Css Color HEX #DD0BB7 Deep Magenta

📋 copy color: '#DD0BB7'

red 221 ◦ green 11 ◦ blue 183

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

Shades of Deep Magenta #DD0BB7

Tints of Deep Magenta #DD0BB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 44.1%

R = 53.25%
G = 2.65%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DD0BB7 (or 0xDD0BB7) is known color: Deep Magenta. HEX triplet: DD, 0B and B7. RGB value is (221,11,183). Sum of RGB (Red+Green+Blue) = 221+11+183=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 11 (4.69% from 255 or 2.65% from 415); Blue value is 183 (71.88% from 255 or 44.10% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0BB7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0BB7 is #22F448. Grayscale: #5C5C5C. Windows color (decimal): -2290761 or 11996125. OLE color: 11996125.

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

Color convert

RGB 221 11 183 -
CMYK 0 0.95 0.17 0.13
HSL 310.86º 0.91% 0.45% -
HSV(B) 310.86º 0.95% 0.87% -
XYZ 38.49 19.03 46.44 -
YUV 93.4 178.57 219.01 -
System Red Green Blue C M Y K H S L
Decimal 221 11 183 0 0.95 0.17 0.13 310.86 0.91 0.45
Hex DD B B7 0 5F 11 D 137 5B 2D
Octal 335 13 267 0 137 21 15 467 133 55
Binary 11011101 1011 10110111 0 1011111 10001 1101 100110111 1011011 101101

Color Harmonies of #DD0BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0BB7

Black with #DD0BB7

Text Example


Text Example

White with #DD0BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0BB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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