Html Css Color HEX #D72ADA Deep Magenta

📋 copy color: '#D72ADA'

red 215 ◦ green 42 ◦ blue 218

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

Shades of Deep Magenta #D72ADA

Tints of Deep Magenta #D72ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.89%

R = 45.26%
G = 8.84%
B = 45.89%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D72ADA (or 0xD72ADA) is known color: Deep Magenta. HEX triplet: D7, 2A and DA. RGB value is (215,42,218). Sum of RGB (Red+Green+Blue) = 215+42+218=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 42 (16.80% from 255 or 8.84% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #D72ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72ADA is #28D525. Grayscale: #717171. Windows color (decimal): -2676006 or 14297815. OLE color: 14297815.

HSL color Cylindrical-coordinate representation of color #D72ADA: hue angle of 298.98º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D72ADA is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 215 42 218 -
CMYK 0.01 0.81 0 0.15
HSL 298.98º 0.7% 0.51% -
HSV(B) 298.98º 0.81% 0.85% -
XYZ 41.51 21.16 68.23 -
YUV 113.79 186.81 200.19 -
System Red Green Blue C M Y K H S L
Decimal 215 42 218 0.01 0.81 0 0.15 298.98 0.7 0.51
Hex D7 2A DA 1 51 0 F 12B 46 33
Octal 327 52 332 1 121 0 17 453 106 63
Binary 11010111 101010 11011010 1 1010001 0 1111 100101011 1000110 110011

Color Harmonies of #D72ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72ADA

Black with #D72ADA

Text Example


Text Example

White with #D72ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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