Html Css Color HEX #D504DB Deep Magenta

📋 copy color: '#D504DB'

red 213 ◦ green 4 ◦ blue 219

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

Shades of Deep Magenta #D504DB

Tints of Deep Magenta #D504DB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.92%

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

R = 48.85%
G = 0.92%
B = 50.23%

CMYK

 C value IS 0.03

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D504DB (or 0xD504DB) is known color: Deep Magenta. HEX triplet: D5, 04 and DB. RGB value is (213,4,219). Sum of RGB (Red+Green+Blue) = 213+4+219=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 4 (1.95% from 255 or 0.92% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #D504DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D504DB is #2AFB24. Grayscale: #5A5A5A. Windows color (decimal): -2816805 or 14353621. OLE color: 14353621.

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

Color convert

RGB 213 4 219 -
CMYK 0.03 0.98 0 0.14
HSL 298.33º 0.96% 0.44% -
HSV(B) 298.33º 0.98% 0.86% -
XYZ 40.27 19.35 68.63 -
YUV 91 200.24 215.02 -
System Red Green Blue C M Y K H S L
Decimal 213 4 219 0.03 0.98 0 0.14 298.33 0.96 0.44
Hex D5 4 DB 3 62 0 E 12A 60 2C
Octal 325 4 333 3 142 0 16 452 140 54
Binary 11010101 100 11011011 11 1100010 0 1110 100101010 1100000 101100

Color Harmonies of #D504DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D504DB

Black with #D504DB

Text Example


Text Example

White with #D504DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D504DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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