Html Css Color HEX #D420B7 Deep Magenta

📋 copy color: '#D420B7'

red 212 ◦ green 32 ◦ blue 183

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

Shades of Deep Magenta #D420B7

Tints of Deep Magenta #D420B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 42.86%

R = 49.65%
G = 7.49%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.14

 K value IS 0.17

RGB Variations

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

Color information

#D420B7 (or 0xD420B7) is known color: Deep Magenta. HEX triplet: D4, 20 and B7. RGB value is (212,32,183). Sum of RGB (Red+Green+Blue) = 212+32+183=427 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.65% from 427); Green value is 32 (12.89% from 255 or 7.49% from 427); Blue value is 183 (71.88% from 255 or 42.86% from 427); Max value from RGB is 212 - color contains mainly: red. Hex color #D420B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D420B7 is #2BDF48. Grayscale: #666666. Windows color (decimal): -2875209 or 12001492. OLE color: 12001492.

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

Color convert

RGB 212 32 183 -
CMYK 0 0.85 0.14 0.17
HSL 309.67º 0.74% 0.48% -
HSV(B) 309.67º 0.85% 0.83% -
XYZ 36.22 18.45 46.45 -
YUV 103.03 173.13 205.72 -
System Red Green Blue C M Y K H S L
Decimal 212 32 183 0 0.85 0.14 0.17 309.67 0.74 0.48
Hex D4 20 B7 0 55 E 11 136 4A 30
Octal 324 40 267 0 125 16 21 466 112 60
Binary 11010100 100000 10110111 0 1010101 1110 10001 100110110 1001010 110000

Color Harmonies of #D420B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D420B7

Black with #D420B7

Text Example


Text Example

White with #D420B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D420B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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