Html Css Color HEX #D42BDA Deep Magenta

📋 copy color: '#D42BDA'

red 212 ◦ green 43 ◦ blue 218

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

Shades of Deep Magenta #D42BDA

Tints of Deep Magenta #D42BDA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.09%

 BLUE value IS 218 (85.55% from 255) = 46.09%

R = 44.82%
G = 9.09%
B = 46.09%

CMYK

 C value IS 0.03

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D42BDA (or 0xD42BDA) is known color: Deep Magenta. HEX triplet: D4, 2B and DA. RGB value is (212,43,218). Sum of RGB (Red+Green+Blue) = 212+43+218=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 43 (17.19% from 255 or 9.09% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #D42BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42BDA is #2BD425. Grayscale: #707070. Windows color (decimal): -2872358 or 14298068. OLE color: 14298068.

HSL color Cylindrical-coordinate representation of color #D42BDA: hue angle of 297.94º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D42BDA is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 43 218 -
CMYK 0.03 0.80 0 0.15
HSL 297.94º 0.7% 0.51% -
HSV(B) 297.94º 0.8% 0.85% -
XYZ 40.67 20.79 68.2 -
YUV 113.48 186.99 198.27 -
System Red Green Blue C M Y K H S L
Decimal 212 43 218 0.03 0.80 0 0.15 297.94 0.7 0.51
Hex D4 2B DA 3 50 0 F 12A 46 33
Octal 324 53 332 3 120 0 17 452 106 63
Binary 11010100 101011 11011010 11 1010000 0 1111 100101010 1000110 110011

Color Harmonies of #D42BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42BDA

Black with #D42BDA

Text Example


Text Example

White with #D42BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42BDA; }

 p { color: rgb(212,43,218); }

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

background-color css

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

 a { background-color: rgb(212,43,218); }

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

border-color css

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

 span { border-color: rgb(212,43,218); }

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