Html Css Color HEX #D525DF Deep Magenta

📋 copy color: '#D525DF'

red 213 ◦ green 37 ◦ blue 223

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

Shades of Deep Magenta #D525DF

Tints of Deep Magenta #D525DF

RGB

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

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

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

R = 45.03%
G = 7.82%
B = 47.15%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D525DF (or 0xD525DF) is known color: Deep Magenta. HEX triplet: D5, 25 and DF. RGB value is (213,37,223). Sum of RGB (Red+Green+Blue) = 213+37+223=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 37 (14.84% from 255 or 7.82% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #D525DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D525DF is #2ADA20. Grayscale: #6E6E6E. Windows color (decimal): -2808353 or 14624213. OLE color: 14624213.

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

Color convert

RGB 213 37 223 -
CMYK 0.04 0.83 0 0.13
HSL 296.77º 0.74% 0.51% -
HSV(B) 296.77º 0.83% 0.87% -
XYZ 41.42 20.8 71.64 -
YUV 110.83 191.31 200.88 -
System Red Green Blue C M Y K H S L
Decimal 213 37 223 0.04 0.83 0 0.13 296.77 0.74 0.51
Hex D5 25 DF 4 53 0 D 129 4A 33
Octal 325 45 337 4 123 0 15 451 112 63
Binary 11010101 100101 11011111 100 1010011 0 1101 100101001 1001010 110011

Color Harmonies of #D525DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D525DF

Black with #D525DF

Text Example


Text Example

White with #D525DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D525DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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