Html Css Color HEX #D525D9 Deep Magenta

📋 copy color: '#D525D9'

red 213 ◦ green 37 ◦ blue 217

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

Shades of Deep Magenta #D525D9

Tints of Deep Magenta #D525D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 46.47%

R = 45.61%
G = 7.92%
B = 46.47%

CMYK

 C value IS 0.02

 M value IS 0.83

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D525D9 (or 0xD525D9) is known color: Deep Magenta. HEX triplet: D5, 25 and D9. RGB value is (213,37,217). Sum of RGB (Red+Green+Blue) = 213+37+217=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 37 (14.84% from 255 or 7.92% from 467); Blue value is 217 (85.16% from 255 or 46.47% from 467); Max value from RGB is 217 - color contains mainly: blue. Hex color #D525D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D525D9 is #2ADA26. Grayscale: #6D6D6D. Windows color (decimal): -2808359 or 14230997. OLE color: 14230997.

HSL color Cylindrical-coordinate representation of color #D525D9: hue angle of 298.67º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D525D9 is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 37 217 -
CMYK 0.02 0.83 0 0.15
HSL 298.67º 0.71% 0.5% -
HSV(B) 298.67º 0.83% 0.85% -
XYZ 40.63 20.48 67.46 -
YUV 110.14 188.31 201.36 -
System Red Green Blue C M Y K H S L
Decimal 213 37 217 0.02 0.83 0 0.15 298.67 0.71 0.5
Hex D5 25 D9 2 53 0 F 12B 47 32
Octal 325 45 331 2 123 0 17 453 107 62
Binary 11010101 100101 11011001 10 1010011 0 1111 100101011 1000111 110010

Color Harmonies of #D525D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D525D9

Black with #D525D9

Text Example


Text Example

White with #D525D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D525D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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