Html Css Color HEX #D724C5 Deep Magenta

📋 copy color: '#D724C5'

red 215 ◦ green 36 ◦ blue 197

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

Shades of Deep Magenta #D724C5

Tints of Deep Magenta #D724C5

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.04%

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

R = 47.99%
G = 8.04%
B = 43.97%

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

#D724C5 (or 0xD724C5) is known color: Deep Magenta. HEX triplet: D7, 24 and C5. RGB value is (215,36,197). Sum of RGB (Red+Green+Blue) = 215+36+197=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 36 (14.45% from 255 or 8.04% from 448); Blue value is 197 (77.34% from 255 or 43.97% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D724C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D724C5 is #28DB3A. Grayscale: #6B6B6B. Windows color (decimal): -2677563 or 12920023. OLE color: 12920023.

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

Color convert

RGB 215 36 197 -
CMYK 0 0.83 0.08 0.16
HSL 306.03º 0.71% 0.49% -
HSV(B) 306.03º 0.83% 0.84% -
XYZ 38.73 19.74 54.59 -
YUV 107.88 178.3 204.41 -
System Red Green Blue C M Y K H S L
Decimal 215 36 197 0 0.83 0.08 0.16 306.03 0.71 0.49
Hex D7 24 C5 0 53 8 10 132 47 31
Octal 327 44 305 0 123 10 20 462 107 61
Binary 11010111 100100 11000101 0 1010011 1000 10000 100110010 1000111 110001

Color Harmonies of #D724C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D724C5

Black with #D724C5

Text Example


Text Example

White with #D724C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D724C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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