Html Css Color HEX #DD0FBA Deep Magenta

📋 copy color: '#DD0FBA'

red 221 ◦ green 15 ◦ blue 186

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

Shades of Deep Magenta #DD0FBA

Tints of Deep Magenta #DD0FBA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.55%

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

R = 52.37%
G = 3.55%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DD0FBA (or 0xDD0FBA) is known color: Deep Magenta. HEX triplet: DD, 0F and BA. RGB value is (221,15,186). Sum of RGB (Red+Green+Blue) = 221+15+186=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 15 (6.25% from 255 or 3.55% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0FBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0FBA is #22F045. Grayscale: #5F5F5F. Windows color (decimal): -2289734 or 12193757. OLE color: 12193757.

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

Color convert

RGB 221 15 186 -
CMYK 0 0.93 0.16 0.13
HSL 310.19º 0.87% 0.46% -
HSV(B) 310.19º 0.93% 0.87% -
XYZ 38.85 19.26 48.12 -
YUV 96.09 178.75 217.1 -
System Red Green Blue C M Y K H S L
Decimal 221 15 186 0 0.93 0.16 0.13 310.19 0.87 0.46
Hex DD F BA 0 5D 10 D 136 57 2E
Octal 335 17 272 0 135 20 15 466 127 56
Binary 11011101 1111 10111010 0 1011101 10000 1101 100110110 1010111 101110

Color Harmonies of #DD0FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0FBA

Black with #DD0FBA

Text Example


Text Example

White with #DD0FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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