Html Css Color HEX #D51CD1 Deep Magenta

📋 copy color: '#D51CD1'

red 213 ◦ green 28 ◦ blue 209

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

Shades of Deep Magenta #D51CD1

Tints of Deep Magenta #D51CD1

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.22%

 BLUE value IS 209 (82.03% from 255) = 46.44%

R = 47.33%
G = 6.22%
B = 46.44%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D51CD1 (or 0xD51CD1) is known color: Deep Magenta. HEX triplet: D5, 1C and D1. RGB value is (213,28,209). Sum of RGB (Red+Green+Blue) = 213+28+209=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 28 (11.33% from 255 or 6.22% from 450); Blue value is 209 (82.03% from 255 or 46.44% from 450); Max value from RGB is 213 - color contains mainly: red. Hex color #D51CD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51CD1 is #2AE32E. Grayscale: #676767. Windows color (decimal): -2810671 or 13704405. OLE color: 13704405.

HSL color Cylindrical-coordinate representation of color #D51CD1: hue angle of 301.3º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D51CD1 is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 28 209 -
CMYK 0 0.87 0.02 0.16
HSL 301.3º 0.77% 0.47% -
HSV(B) 301.3º 0.87% 0.84% -
XYZ 39.36 19.58 62.03 -
YUV 103.95 187.29 205.78 -
System Red Green Blue C M Y K H S L
Decimal 213 28 209 0 0.87 0.02 0.16 301.3 0.77 0.47
Hex D5 1C D1 0 57 2 10 12D 4D 2F
Octal 325 34 321 0 127 2 20 455 115 57
Binary 11010101 11100 11010001 0 1010111 10 10000 100101101 1001101 101111

Color Harmonies of #D51CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51CD1

Black with #D51CD1

Text Example


Text Example

White with #D51CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51CD1; }

 p { color: rgb(213,28,209); }

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

background-color css

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

 a { background-color: rgb(213,28,209); }

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

border-color css

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

 span { border-color: rgb(213,28,209); }

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