Html Css Color HEX #D524DB Deep Magenta

📋 copy color: '#D524DB'

red 213 ◦ green 36 ◦ blue 219

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

Shades of Deep Magenta #D524DB

Tints of Deep Magenta #D524DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.79%

R = 45.51%
G = 7.69%
B = 46.79%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D524DB (or 0xD524DB) is known color: Deep Magenta. HEX triplet: D5, 24 and DB. RGB value is (213,36,219). Sum of RGB (Red+Green+Blue) = 213+36+219=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 36 (14.45% from 255 or 7.69% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #D524DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D524DB is #2ADB24. Grayscale: #6D6D6D. Windows color (decimal): -2808613 or 14361813. OLE color: 14361813.

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

Color convert

RGB 213 36 219 -
CMYK 0.03 0.84 0 0.14
HSL 298.03º 0.72% 0.5% -
HSV(B) 298.03º 0.84% 0.86% -
XYZ 40.86 20.52 68.83 -
YUV 109.79 189.64 201.62 -
System Red Green Blue C M Y K H S L
Decimal 213 36 219 0.03 0.84 0 0.14 298.03 0.72 0.5
Hex D5 24 DB 3 54 0 E 12A 48 32
Octal 325 44 333 3 124 0 16 452 110 62
Binary 11010101 100100 11011011 11 1010100 0 1110 100101010 1001000 110010

Color Harmonies of #D524DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D524DB

Black with #D524DB

Text Example


Text Example

White with #D524DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D524DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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