Html Css Color HEX #D725C5 Deep Magenta

📋 copy color: '#D725C5'

red 215 ◦ green 37 ◦ blue 197

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

Shades of Deep Magenta #D725C5

Tints of Deep Magenta #D725C5

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.24%

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

R = 47.88%
G = 8.24%
B = 43.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D725C5 (or 0xD725C5) is known color: Deep Magenta. HEX triplet: D7, 25 and C5. RGB value is (215,37,197). Sum of RGB (Red+Green+Blue) = 215+37+197=449 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.88% from 449); Green value is 37 (14.84% from 255 or 8.24% from 449); Blue value is 197 (77.34% from 255 or 43.88% from 449); Max value from RGB is 215 - color contains mainly: red. Hex color #D725C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D725C5 is #28DA3A. Grayscale: #6C6C6C. Windows color (decimal): -2677307 or 12920279. OLE color: 12920279.

HSL color Cylindrical-coordinate representation of color #D725C5: hue angle of 306.07º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D725C5 is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 37 197 -
CMYK 0 0.83 0.08 0.16
HSL 306.07º 0.71% 0.49% -
HSV(B) 306.07º 0.83% 0.84% -
XYZ 38.76 19.8 54.6 -
YUV 108.46 177.97 203.99 -
System Red Green Blue C M Y K H S L
Decimal 215 37 197 0 0.83 0.08 0.16 306.07 0.71 0.49
Hex D7 25 C5 0 53 8 10 132 47 31
Octal 327 45 305 0 123 10 20 462 107 61
Binary 11010111 100101 11000101 0 1010011 1000 10000 100110010 1000111 110001

Color Harmonies of #D725C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D725C5

Black with #D725C5

Text Example


Text Example

White with #D725C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D725C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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