Html Css Color HEX #D72CDC Deep Magenta

📋 copy color: '#D72CDC'

red 215 ◦ green 44 ◦ blue 220

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

Shades of Deep Magenta #D72CDC

Tints of Deep Magenta #D72CDC

RGB

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

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

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

R = 44.89%
G = 9.19%
B = 45.93%

CMYK

 C value IS 0.02

 M value IS 0.8

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D72CDC (or 0xD72CDC) is known color: Deep Magenta. HEX triplet: D7, 2C and DC. RGB value is (215,44,220). Sum of RGB (Red+Green+Blue) = 215+44+220=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 44 (17.58% from 255 or 9.19% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #D72CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72CDC is #28D323. Grayscale: #727272. Windows color (decimal): -2675492 or 14429399. OLE color: 14429399.

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

Color convert

RGB 215 44 220 -
CMYK 0.02 0.8 0 0.14
HSL 298.3º 0.72% 0.52% -
HSV(B) 298.3º 0.8% 0.86% -
XYZ 41.84 21.42 69.64 -
YUV 115.19 187.15 199.19 -
System Red Green Blue C M Y K H S L
Decimal 215 44 220 0.02 0.8 0 0.14 298.3 0.72 0.52
Hex D7 2C DC 2 50 0 E 12A 48 34
Octal 327 54 334 2 120 0 16 452 110 64
Binary 11010111 101100 11011100 10 1010000 0 1110 100101010 1001000 110100

Color Harmonies of #D72CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72CDC

Black with #D72CDC

Text Example


Text Example

White with #D72CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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