Html Css Color HEX #D729DB Deep Magenta

📋 copy color: '#D729DB'

red 215 ◦ green 41 ◦ blue 219

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

Shades of Deep Magenta #D729DB

Tints of Deep Magenta #D729DB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.63%

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

R = 45.26%
G = 8.63%
B = 46.11%

CMYK

 C value IS 0.02

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D729DB (or 0xD729DB) is known color: Deep Magenta. HEX triplet: D7, 29 and DB. RGB value is (215,41,219). Sum of RGB (Red+Green+Blue) = 215+41+219=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 41 (16.41% from 255 or 8.63% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #D729DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D729DB is #28D624. Grayscale: #707070. Windows color (decimal): -2676261 or 14363095. OLE color: 14363095.

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

Color convert

RGB 215 41 219 -
CMYK 0.02 0.81 0 0.14
HSL 298.65º 0.71% 0.51% -
HSV(B) 298.65º 0.81% 0.86% -
XYZ 41.6 21.15 68.91 -
YUV 113.32 187.65 200.53 -
System Red Green Blue C M Y K H S L
Decimal 215 41 219 0.02 0.81 0 0.14 298.65 0.71 0.51
Hex D7 29 DB 2 51 0 E 12B 47 33
Octal 327 51 333 2 121 0 16 453 107 63
Binary 11010111 101001 11011011 10 1010001 0 1110 100101011 1000111 110011

Color Harmonies of #D729DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D729DB

Black with #D729DB

Text Example


Text Example

White with #D729DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D729DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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