Html Css Color HEX #D500C6 Deep Magenta

📋 copy color: '#D500C6'

red 213 ◦ green 0 ◦ blue 198

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

Shades of Deep Magenta #D500C6

Tints of Deep Magenta #D500C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 48.18%

R = 51.82%
G = 0%
B = 48.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D500C6 (or 0xD500C6) is known color: Deep Magenta. HEX triplet: D5, 00 and C6. RGB value is (213,0,198). Sum of RGB (Red+Green+Blue) = 213+0+198=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 0 (0.39% from 255 or 0% from 411); Blue value is 198 (77.73% from 255 or 48.18% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D500C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D500C6 is #2AFF39. Grayscale: #555555. Windows color (decimal): -2817850 or 12976341. OLE color: 12976341.

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

Color convert

RGB 213 0 198 -
CMYK 0 1 0.07 0.16
HSL 304.23º 1% 0.42% -
HSV(B) 304.23º 1% 0.84% -
XYZ 37.63 18.22 54.96 -
YUV 86.26 191.07 218.4 -
System Red Green Blue C M Y K H S L
Decimal 213 0 198 0 1 0.07 0.16 304.23 1 0.42
Hex D5 0 C6 0 64 7 10 130 64 2A
Octal 325 0 306 0 144 7 20 460 144 52
Binary 11010101 0 11000110 0 1100100 111 10000 100110000 1100100 101010

Color Harmonies of #D500C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D500C6

Black with #D500C6

Text Example


Text Example

White with #D500C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D500C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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