Html Css Color HEX #D51FCD Deep Magenta

📋 copy color: '#D51FCD'

red 213 ◦ green 31 ◦ blue 205

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

Shades of Deep Magenta #D51FCD

Tints of Deep Magenta #D51FCD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.9%

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

R = 47.44%
G = 6.9%
B = 45.66%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D51FCD (or 0xD51FCD) is known color: Deep Magenta. HEX triplet: D5, 1F and CD. RGB value is (213,31,205). Sum of RGB (Red+Green+Blue) = 213+31+205=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 31 (12.5% from 255 or 6.90% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D51FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51FCD is #2AE032. Grayscale: #686868. Windows color (decimal): -2809907 or 13443029. OLE color: 13443029.

HSL color Cylindrical-coordinate representation of color #D51FCD: hue angle of 302.64º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D51FCD is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 31 205 -
CMYK 0 0.85 0.04 0.16
HSL 302.64º 0.75% 0.48% -
HSV(B) 302.64º 0.85% 0.84% -
XYZ 38.95 19.53 59.48 -
YUV 105.25 184.3 204.85 -
System Red Green Blue C M Y K H S L
Decimal 213 31 205 0 0.85 0.04 0.16 302.64 0.75 0.48
Hex D5 1F CD 0 55 4 10 12F 4B 30
Octal 325 37 315 0 125 4 20 457 113 60
Binary 11010101 11111 11001101 0 1010101 100 10000 100101111 1001011 110000

Color Harmonies of #D51FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51FCD

Black with #D51FCD

Text Example


Text Example

White with #D51FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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