Html Css Color HEX #D72CDF Deep Magenta

📋 copy color: '#D72CDF'

red 215 ◦ green 44 ◦ blue 223

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

Shades of Deep Magenta #D72CDF

Tints of Deep Magenta #D72CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.27%

R = 44.61%
G = 9.13%
B = 46.27%

CMYK

 C value IS 0.04

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D72CDF (or 0xD72CDF) is known color: Deep Magenta. HEX triplet: D7, 2C and DF. RGB value is (215,44,223). Sum of RGB (Red+Green+Blue) = 215+44+223=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 44 (17.58% from 255 or 9.13% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #D72CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72CDF is #28D320. Grayscale: #727272. Windows color (decimal): -2675489 or 14626007. OLE color: 14626007.

HSL color Cylindrical-coordinate representation of color #D72CDF: hue angle of 297.32º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D72CDF is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 44 223 -
CMYK 0.04 0.80 0 0.13
HSL 297.32º 0.74% 0.52% -
HSV(B) 297.32º 0.8% 0.87% -
XYZ 42.24 21.58 71.75 -
YUV 115.54 188.65 198.95 -
System Red Green Blue C M Y K H S L
Decimal 215 44 223 0.04 0.80 0 0.13 297.32 0.74 0.52
Hex D7 2C DF 4 50 0 D 129 4A 34
Octal 327 54 337 4 120 0 15 451 112 64
Binary 11010111 101100 11011111 100 1010000 0 1101 100101001 1001010 110100

Color Harmonies of #D72CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72CDF

Black with #D72CDF

Text Example


Text Example

White with #D72CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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