Html Css Color HEX #D500CD Deep Magenta

📋 copy color: '#D500CD'

red 213 ◦ green 0 ◦ blue 205

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

Shades of Deep Magenta #D500CD

Tints of Deep Magenta #D500CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.04%

R = 50.96%
G = 0%
B = 49.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D500CD (or 0xD500CD) is known color: Deep Magenta. HEX triplet: D5, 00 and CD. RGB value is (213,0,205). Sum of RGB (Red+Green+Blue) = 213+0+205=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 0 (0.39% from 255 or 0% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D500CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D500CD is #2AFF32. Grayscale: #565656. Windows color (decimal): -2817843 or 13435093. OLE color: 13435093.

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

Color convert

RGB 213 0 205 -
CMYK 0 1 0.04 0.16
HSL 302.25º 1% 0.42% -
HSV(B) 302.25º 1% 0.84% -
XYZ 38.46 18.55 59.31 -
YUV 87.06 194.57 217.83 -
System Red Green Blue C M Y K H S L
Decimal 213 0 205 0 1 0.04 0.16 302.25 1 0.42
Hex D5 0 CD 0 64 4 10 12E 64 2A
Octal 325 0 315 0 144 4 20 456 144 52
Binary 11010101 0 11001101 0 1100100 100 10000 100101110 1100100 101010

Color Harmonies of #D500CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D500CD

Black with #D500CD

Text Example


Text Example

White with #D500CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D500CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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