Html Css Color HEX #D420CD Deep Magenta

📋 copy color: '#D420CD'

red 212 ◦ green 32 ◦ blue 205

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

Shades of Deep Magenta #D420CD

Tints of Deep Magenta #D420CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.66%

R = 47.22%
G = 7.13%
B = 45.66%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D420CD (or 0xD420CD) is known color: Deep Magenta. HEX triplet: D4, 20 and CD. RGB value is (212,32,205). Sum of RGB (Red+Green+Blue) = 212+32+205=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 32 (12.89% from 255 or 7.13% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 212 - color contains mainly: red. Hex color #D420CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D420CD is #2BDF32. Grayscale: #696969. Windows color (decimal): -2875187 or 13443284. OLE color: 13443284.

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

Color convert

RGB 212 32 205 -
CMYK 0 0.85 0.03 0.17
HSL 302.33º 0.74% 0.48% -
HSV(B) 302.33º 0.85% 0.83% -
XYZ 38.69 19.44 59.47 -
YUV 105.54 184.13 203.93 -
System Red Green Blue C M Y K H S L
Decimal 212 32 205 0 0.85 0.03 0.17 302.33 0.74 0.48
Hex D4 20 CD 0 55 3 11 12E 4A 30
Octal 324 40 315 0 125 3 21 456 112 60
Binary 11010100 100000 11001101 0 1010101 11 10001 100101110 1001010 110000

Color Harmonies of #D420CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D420CD

Black with #D420CD

Text Example


Text Example

White with #D420CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D420CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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