Html Css Color HEX #D72BDB Deep Magenta

📋 copy color: '#D72BDB'

red 215 ◦ green 43 ◦ blue 219

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

Shades of Deep Magenta #D72BDB

Tints of Deep Magenta #D72BDB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.01%

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

R = 45.07%
G = 9.01%
B = 45.91%

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

#D72BDB (or 0xD72BDB) is known color: Deep Magenta. HEX triplet: D7, 2B and DB. RGB value is (215,43,219). Sum of RGB (Red+Green+Blue) = 215+43+219=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 43 (17.19% from 255 or 9.01% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #D72BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72BDB is #28D424. Grayscale: #717171. Windows color (decimal): -2675749 or 14363607. OLE color: 14363607.

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

Color convert

RGB 215 43 219 -
CMYK 0.02 0.80 0 0.14
HSL 298.64º 0.71% 0.51% -
HSV(B) 298.64º 0.8% 0.86% -
XYZ 41.67 21.29 68.93 -
YUV 114.49 186.98 199.69 -
System Red Green Blue C M Y K H S L
Decimal 215 43 219 0.02 0.80 0 0.14 298.64 0.71 0.51
Hex D7 2B DB 2 50 0 E 12B 47 33
Octal 327 53 333 2 120 0 16 453 107 63
Binary 11010111 101011 11011011 10 1010000 0 1110 100101011 1000111 110011

Color Harmonies of #D72BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72BDB

Black with #D72BDB

Text Example


Text Example

White with #D72BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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