Html Css Color HEX #D500CE Deep Magenta

📋 copy color: '#D500CE'

red 213 ◦ green 0 ◦ blue 206

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

Shades of Deep Magenta #D500CE

Tints of Deep Magenta #D500CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.16%

R = 50.84%
G = 0%
B = 49.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D500CE (or 0xD500CE) is known color: Deep Magenta. HEX triplet: D5, 00 and CE. RGB value is (213,0,206). Sum of RGB (Red+Green+Blue) = 213+0+206=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 0 (0.39% from 255 or 0% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D500CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D500CE is #2AFF31. Grayscale: #565656. Windows color (decimal): -2817842 or 13500629. OLE color: 13500629.

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

Color convert

RGB 213 0 206 -
CMYK 0 1 0.03 0.16
HSL 301.97º 1% 0.42% -
HSV(B) 301.97º 1% 0.84% -
XYZ 38.58 18.6 59.95 -
YUV 87.17 195.07 217.75 -
System Red Green Blue C M Y K H S L
Decimal 213 0 206 0 1 0.03 0.16 301.97 1 0.42
Hex D5 0 CE 0 64 3 10 12E 64 2A
Octal 325 0 316 0 144 3 20 456 144 52
Binary 11010101 0 11001110 0 1100100 11 10000 100101110 1100100 101010

Color Harmonies of #D500CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D500CE

Black with #D500CE

Text Example


Text Example

White with #D500CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D500CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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