Html Css Color HEX #D500D6 Deep Magenta

📋 copy color: '#D500D6'

red 213 ◦ green 0 ◦ blue 214

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

Shades of Deep Magenta #D500D6

Tints of Deep Magenta #D500D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 50.12%

R = 49.88%
G = 0%
B = 50.12%

CMYK

 C value IS 0.00

 M value IS 1

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D500D6 (or 0xD500D6) is known color: Deep Magenta. HEX triplet: D5, 00 and D6. RGB value is (213,0,214). Sum of RGB (Red+Green+Blue) = 213+0+214=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 0 (0.39% from 255 or 0% from 427); Blue value is 214 (83.98% from 255 or 50.12% from 427); Max value from RGB is 214 - color contains mainly: blue. Hex color #D500D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D500D6 is #2AFF29. Grayscale: #575757. Windows color (decimal): -2817834 or 14024917. OLE color: 14024917.

HSL color Cylindrical-coordinate representation of color #D500D6: hue angle of 299.72º 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 #D500D6 is Cyan = 0.00, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 0 214 -
CMYK 0.00 1 0 0.16
HSL 299.72º 1% 0.42% -
HSV(B) 299.72º 1% 0.84% -
XYZ 39.58 19 65.2 -
YUV 88.08 199.07 217.1 -
System Red Green Blue C M Y K H S L
Decimal 213 0 214 0.00 1 0 0.16 299.72 1 0.42
Hex D5 0 D6 0 64 0 10 12C 64 2A
Octal 325 0 326 0 144 0 20 454 144 52
Binary 11010101 0 11010110 0 1100100 0 10000 100101100 1100100 101010

Color Harmonies of #D500D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D500D6

Black with #D500D6

Text Example


Text Example

White with #D500D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D500D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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