Html Css Color HEX #D72ADC Deep Magenta

📋 copy color: '#D72ADC'

red 215 ◦ green 42 ◦ blue 220

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

Shades of Deep Magenta #D72ADC

Tints of Deep Magenta #D72ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.12%

R = 45.07%
G = 8.81%
B = 46.12%

CMYK

 C value IS 0.02

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D72ADC (or 0xD72ADC) is known color: Deep Magenta. HEX triplet: D7, 2A and DC. RGB value is (215,42,220). Sum of RGB (Red+Green+Blue) = 215+42+220=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 42 (16.80% from 255 or 8.81% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #D72ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72ADC is #28D523. Grayscale: #717171. Windows color (decimal): -2676004 or 14428887. OLE color: 14428887.

HSL color Cylindrical-coordinate representation of color #D72ADC: hue angle of 298.31º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D72ADC is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 42 220 -
CMYK 0.02 0.81 0 0.14
HSL 298.31º 0.72% 0.51% -
HSV(B) 298.31º 0.81% 0.86% -
XYZ 41.77 21.27 69.61 -
YUV 114.02 187.81 200.03 -
System Red Green Blue C M Y K H S L
Decimal 215 42 220 0.02 0.81 0 0.14 298.31 0.72 0.51
Hex D7 2A DC 2 51 0 E 12A 48 33
Octal 327 52 334 2 121 0 16 452 110 63
Binary 11010111 101010 11011100 10 1010001 0 1110 100101010 1001000 110011

Color Harmonies of #D72ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72ADC

Black with #D72ADC

Text Example


Text Example

White with #D72ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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