Html Css Color HEX #D726DD Deep Magenta

📋 copy color: '#D726DD'

red 215 ◦ green 38 ◦ blue 221

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

Shades of Deep Magenta #D726DD

Tints of Deep Magenta #D726DD

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.02%

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

R = 45.36%
G = 8.02%
B = 46.62%

CMYK

 C value IS 0.03

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D726DD (or 0xD726DD) is known color: Deep Magenta. HEX triplet: D7, 26 and DD. RGB value is (215,38,221). Sum of RGB (Red+Green+Blue) = 215+38+221=474 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.36% from 474); Green value is 38 (15.23% from 255 or 8.02% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #D726DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D726DD is #28D922. Grayscale: #6F6F6F. Windows color (decimal): -2677027 or 14493399. OLE color: 14493399.

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

Color convert

RGB 215 38 221 -
CMYK 0.03 0.83 0 0.13
HSL 298.03º 0.73% 0.51% -
HSV(B) 298.03º 0.83% 0.87% -
XYZ 41.77 21.05 70.27 -
YUV 111.79 189.64 201.62 -
System Red Green Blue C M Y K H S L
Decimal 215 38 221 0.03 0.83 0 0.13 298.03 0.73 0.51
Hex D7 26 DD 3 53 0 D 12A 49 33
Octal 327 46 335 3 123 0 15 452 111 63
Binary 11010111 100110 11011101 11 1010011 0 1101 100101010 1001001 110011

Color Harmonies of #D726DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D726DD

Black with #D726DD

Text Example


Text Example

White with #D726DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D726DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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