Html Css Color HEX #D420C0 Deep Magenta

📋 copy color: '#D420C0'

red 212 ◦ green 32 ◦ blue 192

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

Shades of Deep Magenta #D420C0

Tints of Deep Magenta #D420C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.04%

R = 48.62%
G = 7.34%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D420C0 (or 0xD420C0) is known color: Deep Magenta. HEX triplet: D4, 20 and C0. RGB value is (212,32,192). Sum of RGB (Red+Green+Blue) = 212+32+192=436 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.62% from 436); Green value is 32 (12.89% from 255 or 7.34% from 436); Blue value is 192 (75.39% from 255 or 44.04% from 436); Max value from RGB is 212 - color contains mainly: red. Hex color #D420C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D420C0 is #2BDF3F. Grayscale: #676767. Windows color (decimal): -2875200 or 12591316. OLE color: 12591316.

HSL color Cylindrical-coordinate representation of color #D420C0: hue angle of 306.67º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D420C0 is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 32 192 -
CMYK 0 0.85 0.09 0.17
HSL 306.67º 0.74% 0.48% -
HSV(B) 306.67º 0.85% 0.83% -
XYZ 37.18 18.84 51.55 -
YUV 104.06 177.63 204.99 -
System Red Green Blue C M Y K H S L
Decimal 212 32 192 0 0.85 0.09 0.17 306.67 0.74 0.48
Hex D4 20 C0 0 55 9 11 133 4A 30
Octal 324 40 300 0 125 11 21 463 112 60
Binary 11010100 100000 11000000 0 1010101 1001 10001 100110011 1001010 110000

Color Harmonies of #D420C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D420C0

Black with #D420C0

Text Example


Text Example

White with #D420C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D420C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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