Html Css Color HEX #D504DD Deep Magenta

📋 copy color: '#D504DD'

red 213 ◦ green 4 ◦ blue 221

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

Shades of Deep Magenta #D504DD

Tints of Deep Magenta #D504DD

RGB

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

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

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

R = 48.63%
G = 0.91%
B = 50.46%

CMYK

 C value IS 0.04

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D504DD (or 0xD504DD) is known color: Deep Magenta. HEX triplet: D5, 04 and DD. RGB value is (213,4,221). Sum of RGB (Red+Green+Blue) = 213+4+221=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 4 (1.95% from 255 or 0.91% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #D504DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D504DD is #2AFB22. Grayscale: #5A5A5A. Windows color (decimal): -2816803 or 14484693. OLE color: 14484693.

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

Color convert

RGB 213 4 221 -
CMYK 0.04 0.98 0 0.13
HSL 297.79º 0.96% 0.44% -
HSV(B) 297.79º 0.98% 0.87% -
XYZ 40.54 19.45 70.03 -
YUV 91.23 201.24 214.86 -
System Red Green Blue C M Y K H S L
Decimal 213 4 221 0.04 0.98 0 0.13 297.79 0.96 0.44
Hex D5 4 DD 4 62 0 D 12A 60 2C
Octal 325 4 335 4 142 0 15 452 140 54
Binary 11010101 100 11011101 100 1100010 0 1101 100101010 1100000 101100

Color Harmonies of #D504DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D504DD

Black with #D504DD

Text Example


Text Example

White with #D504DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D504DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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