Html Css Color HEX #D420D8 Deep Magenta

📋 copy color: '#D420D8'

red 212 ◦ green 32 ◦ blue 216

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

Shades of Deep Magenta #D420D8

Tints of Deep Magenta #D420D8

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.96%

 BLUE value IS 216 (84.77% from 255) = 46.96%

R = 46.09%
G = 6.96%
B = 46.96%

CMYK

 C value IS 0.02

 M value IS 0.85

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D420D8 (or 0xD420D8) is known color: Deep Magenta. HEX triplet: D4, 20 and D8. RGB value is (212,32,216). Sum of RGB (Red+Green+Blue) = 212+32+216=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 32 (12.89% from 255 or 6.96% from 460); Blue value is 216 (84.77% from 255 or 46.96% from 460); Max value from RGB is 216 - color contains mainly: blue. Hex color #D420D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D420D8 is #2BDF27. Grayscale: #6A6A6A. Windows color (decimal): -2875176 or 14164180. OLE color: 14164180.

HSL color Cylindrical-coordinate representation of color #D420D8: hue angle of 298.7º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D420D8 is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 32 216 -
CMYK 0.02 0.85 0 0.15
HSL 298.7º 0.74% 0.49% -
HSV(B) 298.7º 0.85% 0.85% -
XYZ 40.06 19.99 66.71 -
YUV 106.8 189.63 203.04 -
System Red Green Blue C M Y K H S L
Decimal 212 32 216 0.02 0.85 0 0.15 298.7 0.74 0.49
Hex D4 20 D8 2 55 0 F 12B 4A 31
Octal 324 40 330 2 125 0 17 453 112 61
Binary 11010100 100000 11011000 10 1010101 0 1111 100101011 1001010 110001

Color Harmonies of #D420D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D420D8

Black with #D420D8

Text Example


Text Example

White with #D420D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D420D8; }

 p { color: rgb(212,32,216); }

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

background-color css

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

 a { background-color: rgb(212,32,216); }

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

border-color css

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

 span { border-color: rgb(212,32,216); }

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