Html Css Color HEX #D525DD Deep Magenta

📋 copy color: '#D525DD'

red 213 ◦ green 37 ◦ blue 221

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

Shades of Deep Magenta #D525DD

Tints of Deep Magenta #D525DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.92%

R = 45.22%
G = 7.86%
B = 46.92%

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

#D525DD (or 0xD525DD) is known color: Deep Magenta. HEX triplet: D5, 25 and DD. RGB value is (213,37,221). Sum of RGB (Red+Green+Blue) = 213+37+221=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 37 (14.84% from 255 or 7.86% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #D525DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D525DD is #2ADA22. Grayscale: #6E6E6E. Windows color (decimal): -2808355 or 14493141. OLE color: 14493141.

HSL color Cylindrical-coordinate representation of color #D525DD: hue angle of 297.39º degrees, saturation: 0.73, 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 #D525DD is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 37 221 -
CMYK 0.04 0.83 0 0.13
HSL 297.39º 0.73% 0.51% -
HSV(B) 297.39º 0.83% 0.87% -
XYZ 41.15 20.69 70.23 -
YUV 110.6 190.31 201.04 -
System Red Green Blue C M Y K H S L
Decimal 213 37 221 0.04 0.83 0 0.13 297.39 0.73 0.51
Hex D5 25 DD 4 53 0 D 129 49 33
Octal 325 45 335 4 123 0 15 451 111 63
Binary 11010101 100101 11011101 100 1010011 0 1101 100101001 1001001 110011

Color Harmonies of #D525DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D525DD

Black with #D525DD

Text Example


Text Example

White with #D525DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D525DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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