Html Css Color HEX #D729CA Deep Magenta

📋 copy color: '#D729CA'

red 215 ◦ green 41 ◦ blue 202

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

Shades of Deep Magenta #D729CA

Tints of Deep Magenta #D729CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.1%

R = 46.94%
G = 8.95%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D729CA (or 0xD729CA) is known color: Deep Magenta. HEX triplet: D7, 29 and CA. RGB value is (215,41,202). Sum of RGB (Red+Green+Blue) = 215+41+202=458 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.94% from 458); Green value is 41 (16.41% from 255 or 8.95% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 215 - color contains mainly: red. Hex color #D729CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D729CA is #28D635. Grayscale: #6E6E6E. Windows color (decimal): -2676278 or 13248983. OLE color: 13248983.

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

Color convert

RGB 215 41 202 -
CMYK 0 0.81 0.06 0.16
HSL 304.48º 0.69% 0.5% -
HSV(B) 304.48º 0.81% 0.84% -
XYZ 39.48 20.3 57.71 -
YUV 111.38 179.15 201.91 -
System Red Green Blue C M Y K H S L
Decimal 215 41 202 0 0.81 0.06 0.16 304.48 0.69 0.5
Hex D7 29 CA 0 51 6 10 130 45 32
Octal 327 51 312 0 121 6 20 460 105 62
Binary 11010111 101001 11001010 0 1010001 110 10000 100110000 1000101 110010

Color Harmonies of #D729CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D729CA

Black with #D729CA

Text Example


Text Example

White with #D729CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D729CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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