Html Css Color HEX #D501DD Deep Magenta

📋 copy color: '#D501DD'

red 213 ◦ green 1 ◦ blue 221

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

Shades of Deep Magenta #D501DD

Tints of Deep Magenta #D501DD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

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

R = 48.97%
G = 0.23%
B = 50.8%

CMYK

 C value IS 0.04

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D501DD (or 0xD501DD) is known color: Deep Magenta. HEX triplet: D5, 01 and DD. RGB value is (213,1,221). Sum of RGB (Red+Green+Blue) = 213+1+221=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 1 (0.78% from 255 or 0.23% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #D501DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D501DD is #2AFE22. Grayscale: #585858. Windows color (decimal): -2817571 or 14483925. OLE color: 14483925.

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

Color convert

RGB 213 1 221 -
CMYK 0.04 1.00 0 0.13
HSL 297.82º 0.99% 0.44% -
HSV(B) 297.82º 1% 0.87% -
XYZ 40.5 19.39 70.01 -
YUV 89.47 202.24 216.11 -
System Red Green Blue C M Y K H S L
Decimal 213 1 221 0.04 1.00 0 0.13 297.82 0.99 0.44
Hex D5 1 DD 4 64 0 D 12A 63 2C
Octal 325 1 335 4 144 0 15 452 143 54
Binary 11010101 1 11011101 100 1100100 0 1101 100101010 1100011 101100

Color Harmonies of #D501DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D501DD

Black with #D501DD

Text Example


Text Example

White with #D501DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D501DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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