Html Css Color HEX #D524DF Deep Magenta

📋 copy color: '#D524DF'

red 213 ◦ green 36 ◦ blue 223

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

Shades of Deep Magenta #D524DF

Tints of Deep Magenta #D524DF

RGB

 RED value IS 213 (83.59% from 255) = 45.13%

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

 BLUE value IS 223 (87.5% from 255) = 47.25%

R = 45.13%
G = 7.63%
B = 47.25%

CMYK

 C value IS 0.04

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D524DF (or 0xD524DF) is known color: Deep Magenta. HEX triplet: D5, 24 and DF. RGB value is (213,36,223). Sum of RGB (Red+Green+Blue) = 213+36+223=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 36 (14.45% from 255 or 7.63% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #D524DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D524DF is #2ADB20. Grayscale: #6D6D6D. Windows color (decimal): -2808609 or 14623957. OLE color: 14623957.

HSL color Cylindrical-coordinate representation of color #D524DF: hue angle of 296.79º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D524DF is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 36 223 -
CMYK 0.04 0.84 0 0.13
HSL 296.79º 0.75% 0.51% -
HSV(B) 296.79º 0.84% 0.87% -
XYZ 41.39 20.74 71.63 -
YUV 110.24 191.64 201.29 -
System Red Green Blue C M Y K H S L
Decimal 213 36 223 0.04 0.84 0 0.13 296.79 0.75 0.51
Hex D5 24 DF 4 54 0 D 129 4B 33
Octal 325 44 337 4 124 0 15 451 113 63
Binary 11010101 100100 11011111 100 1010100 0 1101 100101001 1001011 110011

Color Harmonies of #D524DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D524DF

Black with #D524DF

Text Example


Text Example

White with #D524DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D524DF; }

 p { color: rgb(213,36,223); }

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

background-color css

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

 a { background-color: rgb(213,36,223); }

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

border-color css

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

 span { border-color: rgb(213,36,223); }

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