Html Css Color HEX #D726C5 Deep Magenta

📋 copy color: '#D726C5'

red 215 ◦ green 38 ◦ blue 197

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

Shades of Deep Magenta #D726C5

Tints of Deep Magenta #D726C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 43.78%

R = 47.78%
G = 8.44%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D726C5 (or 0xD726C5) is known color: Deep Magenta. HEX triplet: D7, 26 and C5. RGB value is (215,38,197). Sum of RGB (Red+Green+Blue) = 215+38+197=450 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.78% from 450); Green value is 38 (15.23% from 255 or 8.44% from 450); Blue value is 197 (77.34% from 255 or 43.78% from 450); Max value from RGB is 215 - color contains mainly: red. Hex color #D726C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D726C5 is #28D93A. Grayscale: #6C6C6C. Windows color (decimal): -2677051 or 12920535. OLE color: 12920535.

HSL color Cylindrical-coordinate representation of color #D726C5: hue angle of 306.1º 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 #D726C5 is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 38 197 -
CMYK 0 0.82 0.08 0.16
HSL 306.1º 0.7% 0.5% -
HSV(B) 306.1º 0.82% 0.84% -
XYZ 38.8 19.86 54.61 -
YUV 109.05 177.64 203.57 -
System Red Green Blue C M Y K H S L
Decimal 215 38 197 0 0.82 0.08 0.16 306.1 0.7 0.5
Hex D7 26 C5 0 52 8 10 132 46 32
Octal 327 46 305 0 122 10 20 462 106 62
Binary 11010111 100110 11000101 0 1010010 1000 10000 100110010 1000110 110010

Color Harmonies of #D726C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D726C5

Black with #D726C5

Text Example


Text Example

White with #D726C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D726C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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