Html Css Color HEX #D72CDB Deep Magenta

📋 copy color: '#D72CDB'

red 215 ◦ green 44 ◦ blue 219

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

Shades of Deep Magenta #D72CDB

Tints of Deep Magenta #D72CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.82%

R = 44.98%
G = 9.21%
B = 45.82%

CMYK

 C value IS 0.02

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D72CDB (or 0xD72CDB) is known color: Deep Magenta. HEX triplet: D7, 2C and DB. RGB value is (215,44,219). Sum of RGB (Red+Green+Blue) = 215+44+219=478 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.98% from 478); Green value is 44 (17.58% from 255 or 9.21% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #D72CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72CDB is #28D324. Grayscale: #727272. Windows color (decimal): -2675493 or 14363863. OLE color: 14363863.

HSL color Cylindrical-coordinate representation of color #D72CDB: hue angle of 298.63º degrees, saturation: 0.71, 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 #D72CDB is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 44 219 -
CMYK 0.02 0.80 0 0.14
HSL 298.63º 0.71% 0.52% -
HSV(B) 298.63º 0.8% 0.86% -
XYZ 41.71 21.36 68.94 -
YUV 115.08 186.65 199.27 -
System Red Green Blue C M Y K H S L
Decimal 215 44 219 0.02 0.80 0 0.14 298.63 0.71 0.52
Hex D7 2C DB 2 50 0 E 12B 47 34
Octal 327 54 333 2 120 0 16 453 107 64
Binary 11010111 101100 11011011 10 1010000 0 1110 100101011 1000111 110100

Color Harmonies of #D72CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72CDB

Black with #D72CDB

Text Example


Text Example

White with #D72CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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