Html Css Color HEX #D72AD0 Deep Magenta

📋 copy color: '#D72AD0'

red 215 ◦ green 42 ◦ blue 208

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

Shades of Deep Magenta #D72AD0

Tints of Deep Magenta #D72AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.73%

R = 46.24%
G = 9.03%
B = 44.73%

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

#D72AD0 (or 0xD72AD0) is known color: Deep Magenta. HEX triplet: D7, 2A and D0. RGB value is (215,42,208). Sum of RGB (Red+Green+Blue) = 215+42+208=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 42 (16.80% from 255 or 9.03% from 465); Blue value is 208 (81.64% from 255 or 44.73% from 465); Max value from RGB is 215 - color contains mainly: red. Hex color #D72AD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72AD0 is #28D52F. Grayscale: #707070. Windows color (decimal): -2676016 or 13642455. OLE color: 13642455.

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

Color convert

RGB 215 42 208 -
CMYK 0 0.80 0.03 0.16
HSL 302.43º 0.68% 0.5% -
HSV(B) 302.43º 0.8% 0.84% -
XYZ 40.24 20.66 61.54 -
YUV 112.65 181.81 201 -
System Red Green Blue C M Y K H S L
Decimal 215 42 208 0 0.80 0.03 0.16 302.43 0.68 0.5
Hex D7 2A D0 0 50 3 10 12E 44 32
Octal 327 52 320 0 120 3 20 456 104 62
Binary 11010111 101010 11010000 0 1010000 11 10000 100101110 1000100 110010

Color Harmonies of #D72AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72AD0

Black with #D72AD0

Text Example


Text Example

White with #D72AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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