Html Css Color HEX #D729DA Deep Magenta

📋 copy color: '#D729DA'

red 215 ◦ green 41 ◦ blue 218

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

Shades of Deep Magenta #D729DA

Tints of Deep Magenta #D729DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.99%

R = 45.36%
G = 8.65%
B = 45.99%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D729DA (or 0xD729DA) is known color: Deep Magenta. HEX triplet: D7, 29 and DA. RGB value is (215,41,218). Sum of RGB (Red+Green+Blue) = 215+41+218=474 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.36% from 474); Green value is 41 (16.41% from 255 or 8.65% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #D729DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D729DA is #28D625. Grayscale: #707070. Windows color (decimal): -2676262 or 14297559. OLE color: 14297559.

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

Color convert

RGB 215 41 218 -
CMYK 0.01 0.81 0 0.15
HSL 298.98º 0.71% 0.51% -
HSV(B) 298.98º 0.81% 0.85% -
XYZ 41.47 21.09 68.22 -
YUV 113.2 187.15 200.61 -
System Red Green Blue C M Y K H S L
Decimal 215 41 218 0.01 0.81 0 0.15 298.98 0.71 0.51
Hex D7 29 DA 1 51 0 F 12B 47 33
Octal 327 51 332 1 121 0 17 453 107 63
Binary 11010111 101001 11011010 1 1010001 0 1111 100101011 1000111 110011

Color Harmonies of #D729DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D729DA

Black with #D729DA

Text Example


Text Example

White with #D729DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D729DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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