Html Css Color HEX #D20DBA Deep Magenta

📋 copy color: '#D20DBA'

red 210 ◦ green 13 ◦ blue 186

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

Shades of Deep Magenta #D20DBA

Tints of Deep Magenta #D20DBA

RGB

 RED value IS 210 (82.42% from 255) = 51.34%

 GREEN value IS 13 (5.47% from 255) = 3.18%

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

R = 51.34%
G = 3.18%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D20DBA (or 0xD20DBA) is known color: Deep Magenta. HEX triplet: D2, 0D and BA. RGB value is (210,13,186). Sum of RGB (Red+Green+Blue) = 210+13+186=409 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.34% from 409); Green value is 13 (5.47% from 255 or 3.18% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 210 - color contains mainly: red. Hex color #D20DBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20DBA is #2DF245. Grayscale: #5B5B5B. Windows color (decimal): -3011142 or 12193234. OLE color: 12193234.

HSL color Cylindrical-coordinate representation of color #D20DBA: hue angle of 307.31º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20DBA is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 13 186 -
CMYK 0 0.94 0.11 0.18
HSL 307.31º 0.88% 0.44% -
HSV(B) 307.31º 0.94% 0.82% -
XYZ 35.59 17.53 47.96 -
YUV 91.63 181.27 212.43 -
System Red Green Blue C M Y K H S L
Decimal 210 13 186 0 0.94 0.11 0.18 307.31 0.88 0.44
Hex D2 D BA 0 5E B 12 133 58 2C
Octal 322 15 272 0 136 13 22 463 130 54
Binary 11010010 1101 10111010 0 1011110 1011 10010 100110011 1011000 101100

Color Harmonies of #D20DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20DBA

Black with #D20DBA

Text Example


Text Example

White with #D20DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20DBA; }

 p { color: rgb(210,13,186); }

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

background-color css

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

 a { background-color: rgb(210,13,186); }

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

border-color css

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

 span { border-color: rgb(210,13,186); }

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