Html Css Color HEX #D729D3 Deep Magenta

📋 copy color: '#D729D3'

red 215 ◦ green 41 ◦ blue 211

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

Shades of Deep Magenta #D729D3

Tints of Deep Magenta #D729D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 45.18%

R = 46.04%
G = 8.78%
B = 45.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D729D3 (or 0xD729D3) is known color: Deep Magenta. HEX triplet: D7, 29 and D3. RGB value is (215,41,211). Sum of RGB (Red+Green+Blue) = 215+41+211=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 41 (16.41% from 255 or 8.78% from 467); Blue value is 211 (82.81% from 255 or 45.18% from 467); Max value from RGB is 215 - color contains mainly: red. Hex color #D729D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D729D3 is #28D62C. Grayscale: #6F6F6F. Windows color (decimal): -2676269 or 13838807. OLE color: 13838807.

HSL color Cylindrical-coordinate representation of color #D729D3: hue angle of 301.38º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D729D3 is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 41 211 -
CMYK 0 0.81 0.02 0.16
HSL 301.38º 0.69% 0.5% -
HSV(B) 301.38º 0.81% 0.84% -
XYZ 40.58 20.74 63.49 -
YUV 112.41 183.65 201.18 -
System Red Green Blue C M Y K H S L
Decimal 215 41 211 0 0.81 0.02 0.16 301.38 0.69 0.5
Hex D7 29 D3 0 51 2 10 12D 45 32
Octal 327 51 323 0 121 2 20 455 105 62
Binary 11010111 101001 11010011 0 1010001 10 10000 100101101 1000101 110010

Color Harmonies of #D729D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D729D3

Black with #D729D3

Text Example


Text Example

White with #D729D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D729D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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