Html Css Color HEX #D525DC Deep Magenta

📋 copy color: '#D525DC'

red 213 ◦ green 37 ◦ blue 220

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

Shades of Deep Magenta #D525DC

Tints of Deep Magenta #D525DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.81%

R = 45.32%
G = 7.87%
B = 46.81%

CMYK

 C value IS 0.03

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D525DC (or 0xD525DC) is known color: Deep Magenta. HEX triplet: D5, 25 and DC. RGB value is (213,37,220). Sum of RGB (Red+Green+Blue) = 213+37+220=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 37 (14.84% from 255 or 7.87% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #D525DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D525DC is #2ADA23. Grayscale: #6D6D6D. Windows color (decimal): -2808356 or 14427605. OLE color: 14427605.

HSL color Cylindrical-coordinate representation of color #D525DC: hue angle of 297.7º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D525DC is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 37 220 -
CMYK 0.03 0.83 0 0.14
HSL 297.7º 0.72% 0.5% -
HSV(B) 297.7º 0.83% 0.86% -
XYZ 41.02 20.64 69.53 -
YUV 110.49 189.81 201.12 -
System Red Green Blue C M Y K H S L
Decimal 213 37 220 0.03 0.83 0 0.14 297.7 0.72 0.5
Hex D5 25 DC 3 53 0 E 12A 48 32
Octal 325 45 334 3 123 0 16 452 110 62
Binary 11010101 100101 11011100 11 1010011 0 1110 100101010 1001000 110010

Color Harmonies of #D525DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D525DC

Black with #D525DC

Text Example


Text Example

White with #D525DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D525DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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