Html Css Color HEX #D20AB5 Deep Magenta

📋 copy color: '#D20AB5'

red 210 ◦ green 10 ◦ blue 181

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

Shades of Deep Magenta #D20AB5

Tints of Deep Magenta #D20AB5

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.49%

 BLUE value IS 181 (71.09% from 255) = 45.14%

R = 52.37%
G = 2.49%
B = 45.14%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D20AB5 (or 0xD20AB5) is known color: Deep Magenta. HEX triplet: D2, 0A and B5. RGB value is (210,10,181). Sum of RGB (Red+Green+Blue) = 210+10+181=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 10 (4.30% from 255 or 2.49% from 401); Blue value is 181 (71.09% from 255 or 45.14% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D20AB5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20AB5 is #2DF54A. Grayscale: #585858. Windows color (decimal): -3011915 or 11864786. OLE color: 11864786.

HSL color Cylindrical-coordinate representation of color #D20AB5: hue angle of 308.7º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D20AB5 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 10 181 -
CMYK 0 0.95 0.14 0.18
HSL 308.7º 0.91% 0.43% -
HSV(B) 308.7º 0.95% 0.82% -
XYZ 35.03 17.25 45.2 -
YUV 89.29 179.76 214.1 -
System Red Green Blue C M Y K H S L
Decimal 210 10 181 0 0.95 0.14 0.18 308.7 0.91 0.43
Hex D2 A B5 0 5F E 12 135 5B 2B
Octal 322 12 265 0 137 16 22 465 133 53
Binary 11010010 1010 10110101 0 1011111 1110 10010 100110101 1011011 101011

Color Harmonies of #D20AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20AB5

Black with #D20AB5

Text Example


Text Example

White with #D20AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20AB5; }

 p { color: rgb(210,10,181); }

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

background-color css

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

 a { background-color: rgb(210,10,181); }

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

border-color css

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

 span { border-color: rgb(210,10,181); }

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