Html Css Color HEX #D500C9 Deep Magenta

📋 copy color: '#D500C9'

red 213 ◦ green 0 ◦ blue 201

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

Shades of Deep Magenta #D500C9

Tints of Deep Magenta #D500C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 48.55%

R = 51.45%
G = 0%
B = 48.55%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D500C9 (or 0xD500C9) is known color: Deep Magenta. HEX triplet: D5, 00 and C9. RGB value is (213,0,201). Sum of RGB (Red+Green+Blue) = 213+0+201=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 0 (0.39% from 255 or 0% from 414); Blue value is 201 (78.91% from 255 or 48.55% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D500C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D500C9 is #2AFF36. Grayscale: #565656. Windows color (decimal): -2817847 or 13172949. OLE color: 13172949.

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

Color convert

RGB 213 0 201 -
CMYK 0 1 0.06 0.16
HSL 303.38º 1% 0.42% -
HSV(B) 303.38º 1% 0.84% -
XYZ 37.98 18.36 56.8 -
YUV 86.6 192.57 218.16 -
System Red Green Blue C M Y K H S L
Decimal 213 0 201 0 1 0.06 0.16 303.38 1 0.42
Hex D5 0 C9 0 64 6 10 12F 64 2A
Octal 325 0 311 0 144 6 20 457 144 52
Binary 11010101 0 11001001 0 1100100 110 10000 100101111 1100100 101010

Color Harmonies of #D500C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D500C9

Black with #D500C9

Text Example


Text Example

White with #D500C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D500C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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