Html Css Color HEX #D724D0 Deep Magenta

📋 copy color: '#D724D0'

red 215 ◦ green 36 ◦ blue 208

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

Shades of Deep Magenta #D724D0

Tints of Deep Magenta #D724D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.32%

R = 46.84%
G = 7.84%
B = 45.32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D724D0 (or 0xD724D0) is known color: Deep Magenta. HEX triplet: D7, 24 and D0. RGB value is (215,36,208). Sum of RGB (Red+Green+Blue) = 215+36+208=459 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.84% from 459); Green value is 36 (14.45% from 255 or 7.84% from 459); Blue value is 208 (81.64% from 255 or 45.32% from 459); Max value from RGB is 215 - color contains mainly: red. Hex color #D724D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D724D0 is #28DB2F. Grayscale: #6C6C6C. Windows color (decimal): -2677552 or 13640919. OLE color: 13640919.

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

Color convert

RGB 215 36 208 -
CMYK 0 0.83 0.03 0.16
HSL 302.35º 0.71% 0.49% -
HSV(B) 302.35º 0.83% 0.84% -
XYZ 40.04 20.26 61.48 -
YUV 109.13 183.8 203.51 -
System Red Green Blue C M Y K H S L
Decimal 215 36 208 0 0.83 0.03 0.16 302.35 0.71 0.49
Hex D7 24 D0 0 53 3 10 12E 47 31
Octal 327 44 320 0 123 3 20 456 107 61
Binary 11010111 100100 11010000 0 1010011 11 10000 100101110 1000111 110001

Color Harmonies of #D724D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D724D0

Black with #D724D0

Text Example


Text Example

White with #D724D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D724D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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