Html Css Color HEX #D500DD Deep Magenta

📋 copy color: '#D500DD'

red 213 ◦ green 0 ◦ blue 221

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

Shades of Deep Magenta #D500DD

Tints of Deep Magenta #D500DD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 49.08%
G = 0%
B = 50.92%

CMYK

 C value IS 0.04

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D500DD (or 0xD500DD) is known color: Deep Magenta. HEX triplet: D5, 00 and DD. RGB value is (213,0,221). Sum of RGB (Red+Green+Blue) = 213+0+221=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 0 (0.39% from 255 or 0% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #D500DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D500DD is #2AFF22. Grayscale: #585858. Windows color (decimal): -2817827 or 14483669. OLE color: 14483669.

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

Color convert

RGB 213 0 221 -
CMYK 0.04 1 0 0.13
HSL 297.83º 1% 0.43% -
HSV(B) 297.83º 1% 0.87% -
XYZ 40.49 19.37 70.01 -
YUV 88.88 202.57 216.53 -
System Red Green Blue C M Y K H S L
Decimal 213 0 221 0.04 1 0 0.13 297.83 1 0.43
Hex D5 0 DD 4 64 0 D 12A 64 2B
Octal 325 0 335 4 144 0 15 452 144 53
Binary 11010101 0 11011101 100 1100100 0 1101 100101010 1100100 101011

Color Harmonies of #D500DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D500DD

Black with #D500DD

Text Example


Text Example

White with #D500DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D500DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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