Html Css Color HEX #D51FCA Deep Magenta

📋 copy color: '#D51FCA'

red 213 ◦ green 31 ◦ blue 202

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

Shades of Deep Magenta #D51FCA

Tints of Deep Magenta #D51FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.29%

R = 47.76%
G = 6.95%
B = 45.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D51FCA (or 0xD51FCA) is known color: Deep Magenta. HEX triplet: D5, 1F and CA. RGB value is (213,31,202). Sum of RGB (Red+Green+Blue) = 213+31+202=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 31 (12.5% from 255 or 6.95% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D51FCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51FCA is #2AE035. Grayscale: #686868. Windows color (decimal): -2809910 or 13246421. OLE color: 13246421.

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

Color convert

RGB 213 31 202 -
CMYK 0 0.85 0.05 0.16
HSL 303.63º 0.75% 0.48% -
HSV(B) 303.63º 0.85% 0.84% -
XYZ 38.59 19.39 57.59 -
YUV 104.91 182.8 205.1 -
System Red Green Blue C M Y K H S L
Decimal 213 31 202 0 0.85 0.05 0.16 303.63 0.75 0.48
Hex D5 1F CA 0 55 5 10 130 4B 30
Octal 325 37 312 0 125 5 20 460 113 60
Binary 11010101 11111 11001010 0 1010101 101 10000 100110000 1001011 110000

Color Harmonies of #D51FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51FCA

Black with #D51FCA

Text Example


Text Example

White with #D51FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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