Html Css Color HEX #D72ACD Deep Magenta

📋 copy color: '#D72ACD'

red 215 ◦ green 42 ◦ blue 205

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

Shades of Deep Magenta #D72ACD

Tints of Deep Magenta #D72ACD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.09%

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

R = 46.54%
G = 9.09%
B = 44.37%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D72ACD (or 0xD72ACD) is known color: Deep Magenta. HEX triplet: D7, 2A and CD. RGB value is (215,42,205). Sum of RGB (Red+Green+Blue) = 215+42+205=462 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.54% from 462); Green value is 42 (16.80% from 255 or 9.09% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 215 - color contains mainly: red. Hex color #D72ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72ACD is #28D532. Grayscale: #6F6F6F. Windows color (decimal): -2676019 or 13445847. OLE color: 13445847.

HSL color Cylindrical-coordinate representation of color #D72ACD: hue angle of 303.47º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D72ACD is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 42 205 -
CMYK 0 0.80 0.05 0.16
HSL 303.47º 0.68% 0.5% -
HSV(B) 303.47º 0.8% 0.84% -
XYZ 39.87 20.51 59.62 -
YUV 112.31 180.31 201.25 -
System Red Green Blue C M Y K H S L
Decimal 215 42 205 0 0.80 0.05 0.16 303.47 0.68 0.5
Hex D7 2A CD 0 50 5 10 12F 44 32
Octal 327 52 315 0 120 5 20 457 104 62
Binary 11010111 101010 11001101 0 1010000 101 10000 100101111 1000100 110010

Color Harmonies of #D72ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72ACD

Black with #D72ACD

Text Example


Text Example

White with #D72ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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