Html Css Color HEX #D72CDA Deep Magenta

📋 copy color: '#D72CDA'

red 215 ◦ green 44 ◦ blue 218

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

Shades of Deep Magenta #D72CDA

Tints of Deep Magenta #D72CDA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.22%

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

R = 45.07%
G = 9.22%
B = 45.7%

CMYK

 C value IS 0.01

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D72CDA (or 0xD72CDA) is known color: Deep Magenta. HEX triplet: D7, 2C and DA. RGB value is (215,44,218). Sum of RGB (Red+Green+Blue) = 215+44+218=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 44 (17.58% from 255 or 9.22% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #D72CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72CDA is #28D325. Grayscale: #727272. Windows color (decimal): -2675494 or 14298327. OLE color: 14298327.

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

Color convert

RGB 215 44 218 -
CMYK 0.01 0.80 0 0.15
HSL 298.97º 0.7% 0.51% -
HSV(B) 298.97º 0.8% 0.85% -
XYZ 41.58 21.31 68.25 -
YUV 114.97 186.15 199.35 -
System Red Green Blue C M Y K H S L
Decimal 215 44 218 0.01 0.80 0 0.15 298.97 0.7 0.51
Hex D7 2C DA 1 50 0 F 12B 46 33
Octal 327 54 332 1 120 0 17 453 106 63
Binary 11010111 101100 11011010 1 1010000 0 1111 100101011 1000110 110011

Color Harmonies of #D72CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72CDA

Black with #D72CDA

Text Example


Text Example

White with #D72CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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