Html Css Color HEX #D72AD1 Deep Magenta

📋 copy color: '#D72AD1'

red 215 ◦ green 42 ◦ blue 209

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

Shades of Deep Magenta #D72AD1

Tints of Deep Magenta #D72AD1

RGB

 RED value IS 215 (84.38% from 255) = 46.14%

 GREEN value IS 42 (16.8% from 255) = 9.01%

 BLUE value IS 209 (82.03% from 255) = 44.85%

R = 46.14%
G = 9.01%
B = 44.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D72AD1 (or 0xD72AD1) is known color: Deep Magenta. HEX triplet: D7, 2A and D1. RGB value is (215,42,209). Sum of RGB (Red+Green+Blue) = 215+42+209=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 42 (16.80% from 255 or 9.01% from 466); Blue value is 209 (82.03% from 255 or 44.85% from 466); Max value from RGB is 215 - color contains mainly: red. Hex color #D72AD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72AD1 is #28D52E. Grayscale: #707070. Windows color (decimal): -2676015 or 13707991. OLE color: 13707991.

HSL color Cylindrical-coordinate representation of color #D72AD1: hue angle of 302.08º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D72AD1 is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 42 209 -
CMYK 0 0.80 0.03 0.16
HSL 302.08º 0.68% 0.5% -
HSV(B) 302.08º 0.8% 0.84% -
XYZ 40.36 20.71 62.19 -
YUV 112.77 182.31 200.92 -
System Red Green Blue C M Y K H S L
Decimal 215 42 209 0 0.80 0.03 0.16 302.08 0.68 0.5
Hex D7 2A D1 0 50 3 10 12E 44 32
Octal 327 52 321 0 120 3 20 456 104 62
Binary 11010111 101010 11010001 0 1010000 11 10000 100101110 1000100 110010

Color Harmonies of #D72AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72AD1

Black with #D72AD1

Text Example


Text Example

White with #D72AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72AD1; }

 p { color: rgb(215,42,209); }

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

background-color css

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

 a { background-color: rgb(215,42,209); }

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

border-color css

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

 span { border-color: rgb(215,42,209); }

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