Html Css Color HEX #D42ABA Deep Magenta

📋 copy color: '#D42ABA'

red 212 ◦ green 42 ◦ blue 186

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

Shades of Deep Magenta #D42ABA

Tints of Deep Magenta #D42ABA

RGB

 RED value IS 212 (83.2% from 255) = 48.18%

 GREEN value IS 42 (16.8% from 255) = 9.55%

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

R = 48.18%
G = 9.55%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D42ABA (or 0xD42ABA) is known color: Deep Magenta. HEX triplet: D4, 2A and BA. RGB value is (212,42,186). Sum of RGB (Red+Green+Blue) = 212+42+186=440 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.18% from 440); Green value is 42 (16.80% from 255 or 9.55% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 212 - color contains mainly: red. Hex color #D42ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42ABA is #2BD545. Grayscale: #6C6C6C. Windows color (decimal): -2872646 or 12200660. OLE color: 12200660.

HSL color Cylindrical-coordinate representation of color #D42ABA: hue angle of 309.18º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D42ABA is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 42 186 -
CMYK 0 0.80 0.12 0.17
HSL 309.18º 0.67% 0.5% -
HSV(B) 309.18º 0.8% 0.83% -
XYZ 36.84 19.2 48.22 -
YUV 109.25 171.32 201.29 -
System Red Green Blue C M Y K H S L
Decimal 212 42 186 0 0.80 0.12 0.17 309.18 0.67 0.5
Hex D4 2A BA 0 50 C 11 135 43 32
Octal 324 52 272 0 120 14 21 465 103 62
Binary 11010100 101010 10111010 0 1010000 1100 10001 100110101 1000011 110010

Color Harmonies of #D42ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42ABA

Black with #D42ABA

Text Example


Text Example

White with #D42ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42ABA; }

 p { color: rgb(212,42,186); }

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

background-color css

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

 a { background-color: rgb(212,42,186); }

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

border-color css

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

 span { border-color: rgb(212,42,186); }

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