Html Css Color HEX #D728DD Deep Magenta

📋 copy color: '#D728DD'

red 215 ◦ green 40 ◦ blue 221

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

Shades of Deep Magenta #D728DD

Tints of Deep Magenta #D728DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.43%

R = 45.17%
G = 8.4%
B = 46.43%

CMYK

 C value IS 0.03

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D728DD (or 0xD728DD) is known color: Deep Magenta. HEX triplet: D7, 28 and DD. RGB value is (215,40,221). Sum of RGB (Red+Green+Blue) = 215+40+221=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 40 (16.02% from 255 or 8.40% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #D728DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D728DD is #28D722. Grayscale: #707070. Windows color (decimal): -2676515 or 14493911. OLE color: 14493911.

HSL color Cylindrical-coordinate representation of color #D728DD: hue angle of 298.01º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D728DD is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 40 221 -
CMYK 0.03 0.82 0 0.13
HSL 298.01º 0.73% 0.51% -
HSV(B) 298.01º 0.82% 0.87% -
XYZ 41.83 21.19 70.29 -
YUV 112.96 188.98 200.78 -
System Red Green Blue C M Y K H S L
Decimal 215 40 221 0.03 0.82 0 0.13 298.01 0.73 0.51
Hex D7 28 DD 3 52 0 D 12A 49 33
Octal 327 50 335 3 122 0 15 452 111 63
Binary 11010111 101000 11011101 11 1010010 0 1101 100101010 1001001 110011

Color Harmonies of #D728DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D728DD

Black with #D728DD

Text Example


Text Example

White with #D728DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D728DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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