Html Css Color HEX #D726C7 Deep Magenta

📋 copy color: '#D726C7'

red 215 ◦ green 38 ◦ blue 199

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

Shades of Deep Magenta #D726C7

Tints of Deep Magenta #D726C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 44.03%

R = 47.57%
G = 8.41%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D726C7 (or 0xD726C7) is known color: Deep Magenta. HEX triplet: D7, 26 and C7. RGB value is (215,38,199). Sum of RGB (Red+Green+Blue) = 215+38+199=452 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.57% from 452); Green value is 38 (15.23% from 255 or 8.41% from 452); Blue value is 199 (78.12% from 255 or 44.03% from 452); Max value from RGB is 215 - color contains mainly: red. Hex color #D726C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D726C7 is #28D938. Grayscale: #6C6C6C. Windows color (decimal): -2677049 or 13051607. OLE color: 13051607.

HSL color Cylindrical-coordinate representation of color #D726C7: hue angle of 305.42º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D726C7 is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 38 199 -
CMYK 0 0.82 0.07 0.16
HSL 305.42º 0.7% 0.5% -
HSV(B) 305.42º 0.82% 0.84% -
XYZ 39.03 19.96 55.83 -
YUV 109.28 178.64 203.41 -
System Red Green Blue C M Y K H S L
Decimal 215 38 199 0 0.82 0.07 0.16 305.42 0.7 0.5
Hex D7 26 C7 0 52 7 10 131 46 32
Octal 327 46 307 0 122 7 20 461 106 62
Binary 11010111 100110 11000111 0 1010010 111 10000 100110001 1000110 110010

Color Harmonies of #D726C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D726C7

Black with #D726C7

Text Example


Text Example

White with #D726C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D726C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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