Html Css Color HEX #D420CC Deep Magenta

📋 copy color: '#D420CC'

red 212 ◦ green 32 ◦ blue 204

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

Shades of Deep Magenta #D420CC

Tints of Deep Magenta #D420CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.54%

R = 47.32%
G = 7.14%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D420CC (or 0xD420CC) is known color: Deep Magenta. HEX triplet: D4, 20 and CC. RGB value is (212,32,204). Sum of RGB (Red+Green+Blue) = 212+32+204=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 32 (12.89% from 255 or 7.14% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 212 - color contains mainly: red. Hex color #D420CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D420CC is #2BDF33. Grayscale: #686868. Windows color (decimal): -2875188 or 13377748. OLE color: 13377748.

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

Color convert

RGB 212 32 204 -
CMYK 0 0.85 0.04 0.17
HSL 302.67º 0.74% 0.48% -
HSV(B) 302.67º 0.85% 0.83% -
XYZ 38.57 19.39 58.84 -
YUV 105.43 183.63 204.01 -
System Red Green Blue C M Y K H S L
Decimal 212 32 204 0 0.85 0.04 0.17 302.67 0.74 0.48
Hex D4 20 CC 0 55 4 11 12F 4A 30
Octal 324 40 314 0 125 4 21 457 112 60
Binary 11010100 100000 11001100 0 1010101 100 10001 100101111 1001010 110000

Color Harmonies of #D420CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D420CC

Black with #D420CC

Text Example


Text Example

White with #D420CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D420CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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