Html Css Color HEX #D726C3 Deep Magenta

📋 copy color: '#D726C3'

red 215 ◦ green 38 ◦ blue 195

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

Shades of Deep Magenta #D726C3

Tints of Deep Magenta #D726C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 43.53%

R = 47.99%
G = 8.48%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D726C3 (or 0xD726C3) is known color: Deep Magenta. HEX triplet: D7, 26 and C3. RGB value is (215,38,195). Sum of RGB (Red+Green+Blue) = 215+38+195=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 38 (15.23% from 255 or 8.48% from 448); Blue value is 195 (76.56% from 255 or 43.53% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D726C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D726C3 is #28D93C. Grayscale: #6C6C6C. Windows color (decimal): -2677053 or 12789463. OLE color: 12789463.

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

Color convert

RGB 215 38 195 -
CMYK 0 0.82 0.09 0.16
HSL 306.78º 0.7% 0.5% -
HSV(B) 306.78º 0.82% 0.84% -
XYZ 38.57 19.77 53.41 -
YUV 108.82 176.64 203.73 -
System Red Green Blue C M Y K H S L
Decimal 215 38 195 0 0.82 0.09 0.16 306.78 0.7 0.5
Hex D7 26 C3 0 52 9 10 133 46 32
Octal 327 46 303 0 122 11 20 463 106 62
Binary 11010111 100110 11000011 0 1010010 1001 10000 100110011 1000110 110010

Color Harmonies of #D726C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D726C3

Black with #D726C3

Text Example


Text Example

White with #D726C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D726C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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