Html Css Color HEX #DD08BA Deep Magenta

📋 copy color: '#DD08BA'

red 221 ◦ green 8 ◦ blue 186

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

Shades of Deep Magenta #DD08BA

Tints of Deep Magenta #DD08BA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.93%

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

R = 53.25%
G = 1.93%
B = 44.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DD08BA (or 0xDD08BA) is known color: Deep Magenta. HEX triplet: DD, 08 and BA. RGB value is (221,8,186). Sum of RGB (Red+Green+Blue) = 221+8+186=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 8 (3.52% from 255 or 1.93% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD08BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD08BA is #22F745. Grayscale: #5B5B5B. Windows color (decimal): -2291526 or 12191965. OLE color: 12191965.

HSL color Cylindrical-coordinate representation of color #DD08BA: hue angle of 309.86º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD08BA is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 8 186 -
CMYK 0 0.96 0.16 0.13
HSL 309.86º 0.93% 0.45% -
HSV(B) 309.86º 0.96% 0.87% -
XYZ 38.77 19.09 48.1 -
YUV 91.98 181.07 220.03 -
System Red Green Blue C M Y K H S L
Decimal 221 8 186 0 0.96 0.16 0.13 309.86 0.93 0.45
Hex DD 8 BA 0 60 10 D 136 5D 2D
Octal 335 10 272 0 140 20 15 466 135 55
Binary 11011101 1000 10111010 0 1100000 10000 1101 100110110 1011101 101101

Color Harmonies of #DD08BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD08BA

Black with #DD08BA

Text Example


Text Example

White with #DD08BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD08BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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