Html Css Color HEX #D42CDA Deep Magenta

📋 copy color: '#D42CDA'

red 212 ◦ green 44 ◦ blue 218

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

Shades of Deep Magenta #D42CDA

Tints of Deep Magenta #D42CDA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.28%

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

R = 44.73%
G = 9.28%
B = 45.99%

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

#D42CDA (or 0xD42CDA) is known color: Deep Magenta. HEX triplet: D4, 2C and DA. RGB value is (212,44,218). Sum of RGB (Red+Green+Blue) = 212+44+218=474 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.73% from 474); Green value is 44 (17.58% from 255 or 9.28% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #D42CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42CDA is #2BD325. Grayscale: #717171. Windows color (decimal): -2872102 or 14298324. OLE color: 14298324.

HSL color Cylindrical-coordinate representation of color #D42CDA: hue angle of 297.93º 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 #D42CDA is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 44 218 -
CMYK 0.03 0.80 0 0.15
HSL 297.93º 0.7% 0.51% -
HSV(B) 297.93º 0.8% 0.85% -
XYZ 40.71 20.86 68.21 -
YUV 114.07 186.66 197.85 -
System Red Green Blue C M Y K H S L
Decimal 212 44 218 0.03 0.80 0 0.15 297.93 0.7 0.51
Hex D4 2C DA 3 50 0 F 12A 46 33
Octal 324 54 332 3 120 0 17 452 106 63
Binary 11010100 101100 11011010 11 1010000 0 1111 100101010 1000110 110011

Color Harmonies of #D42CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42CDA

Black with #D42CDA

Text Example


Text Example

White with #D42CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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