Html Css Color HEX #D500D5 Deep Magenta

📋 copy color: '#D500D5'

red 213 ◦ green 0 ◦ blue 213

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

Shades of Deep Magenta #D500D5

Tints of Deep Magenta #D500D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 50%

R = 50%
G = 0%
B = 50%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D500D5 (or 0xD500D5) is known color: Deep Magenta. HEX triplet: D5, 00 and D5. RGB value is (213,0,213). Sum of RGB (Red+Green+Blue) = 213+0+213=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 0 (0.39% from 255 or 0% from 426); Blue value is 213 (83.59% from 255 or 50% from 426); Max value from RGB is 213 - color contains mainly: red, blue. Hex color #D500D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D500D5 is #2AFF2A. Grayscale: #575757. Windows color (decimal): -2817835 or 13959381. OLE color: 13959381.

HSL color Cylindrical-coordinate representation of color #D500D5: hue angle of 300º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D500D5 is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 0 213 -
CMYK 0 1 0 0.16
HSL 300º 1% 0.42% -
HSV(B) 300º 1% 0.84% -
XYZ 39.45 18.95 64.53 -
YUV 87.97 198.57 217.18 -
System Red Green Blue C M Y K H S L
Decimal 213 0 213 0 1 0 0.16 300 1 0.42
Hex D5 0 D5 0 64 0 10 12C 64 2A
Octal 325 0 325 0 144 0 20 454 144 52
Binary 11010101 0 11010101 0 1100100 0 10000 100101100 1100100 101010

Color Harmonies of #D500D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D500D5

Black with #D500D5

Text Example


Text Example

White with #D500D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D500D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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