Html Css Color HEX #D728DC Deep Magenta

📋 copy color: '#D728DC'

red 215 ◦ green 40 ◦ blue 220

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

Shades of Deep Magenta #D728DC

Tints of Deep Magenta #D728DC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.42%

 BLUE value IS 220 (86.33% from 255) = 46.32%

R = 45.26%
G = 8.42%
B = 46.32%

CMYK

 C value IS 0.02

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D728DC (or 0xD728DC) is known color: Deep Magenta. HEX triplet: D7, 28 and DC. RGB value is (215,40,220). Sum of RGB (Red+Green+Blue) = 215+40+220=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 40 (16.02% from 255 or 8.42% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #D728DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D728DC is #28D723. Grayscale: #707070. Windows color (decimal): -2676516 or 14428375. OLE color: 14428375.

HSL color Cylindrical-coordinate representation of color #D728DC: hue angle of 298.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D728DC is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 40 220 -
CMYK 0.02 0.82 0 0.14
HSL 298.33º 0.72% 0.51% -
HSV(B) 298.33º 0.82% 0.86% -
XYZ 41.7 21.13 69.59 -
YUV 112.85 188.48 200.86 -
System Red Green Blue C M Y K H S L
Decimal 215 40 220 0.02 0.82 0 0.14 298.33 0.72 0.51
Hex D7 28 DC 2 52 0 E 12A 48 33
Octal 327 50 334 2 122 0 16 452 110 63
Binary 11010111 101000 11011100 10 1010010 0 1110 100101010 1001000 110011

Color Harmonies of #D728DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D728DC

Black with #D728DC

Text Example


Text Example

White with #D728DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D728DC; }

 p { color: rgb(215,40,220); }

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

background-color css

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

 a { background-color: rgb(215,40,220); }

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

border-color css

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

 span { border-color: rgb(215,40,220); }

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