Html Css Color HEX #D729CD Deep Magenta

📋 copy color: '#D729CD'

red 215 ◦ green 41 ◦ blue 205

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

Shades of Deep Magenta #D729CD

Tints of Deep Magenta #D729CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.47%

R = 46.64%
G = 8.89%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D729CD (or 0xD729CD) is known color: Deep Magenta. HEX triplet: D7, 29 and CD. RGB value is (215,41,205). Sum of RGB (Red+Green+Blue) = 215+41+205=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 41 (16.41% from 255 or 8.89% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D729CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D729CD is #28D632. Grayscale: #6F6F6F. Windows color (decimal): -2676275 or 13445591. OLE color: 13445591.

HSL color Cylindrical-coordinate representation of color #D729CD: hue angle of 303.45º 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 #D729CD is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 41 205 -
CMYK 0 0.81 0.05 0.16
HSL 303.45º 0.69% 0.5% -
HSV(B) 303.45º 0.81% 0.84% -
XYZ 39.84 20.44 59.6 -
YUV 111.72 180.65 201.66 -
System Red Green Blue C M Y K H S L
Decimal 215 41 205 0 0.81 0.05 0.16 303.45 0.69 0.5
Hex D7 29 CD 0 51 5 10 12F 45 32
Octal 327 51 315 0 121 5 20 457 105 62
Binary 11010111 101001 11001101 0 1010001 101 10000 100101111 1000101 110010

Color Harmonies of #D729CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D729CD

Black with #D729CD

Text Example


Text Example

White with #D729CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D729CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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