Html Css Color HEX #D51DC3 Deep Magenta

📋 copy color: '#D51DC3'

red 213 ◦ green 29 ◦ blue 195

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

Shades of Deep Magenta #D51DC3

Tints of Deep Magenta #D51DC3

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.64%

 BLUE value IS 195 (76.56% from 255) = 44.62%

R = 48.74%
G = 6.64%
B = 44.62%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D51DC3 (or 0xD51DC3) is known color: Deep Magenta. HEX triplet: D5, 1D and C3. RGB value is (213,29,195). Sum of RGB (Red+Green+Blue) = 213+29+195=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 29 (11.72% from 255 or 6.64% from 437); Blue value is 195 (76.56% from 255 or 44.62% from 437); Max value from RGB is 213 - color contains mainly: red. Hex color #D51DC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51DC3 is #2AE23C. Grayscale: #666666. Windows color (decimal): -2810429 or 12787157. OLE color: 12787157.

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

Color convert

RGB 213 29 195 -
CMYK 0 0.86 0.08 0.16
HSL 305.87º 0.76% 0.47% -
HSV(B) 305.87º 0.86% 0.84% -
XYZ 37.73 18.97 53.3 -
YUV 102.94 179.96 206.5 -
System Red Green Blue C M Y K H S L
Decimal 213 29 195 0 0.86 0.08 0.16 305.87 0.76 0.47
Hex D5 1D C3 0 56 8 10 132 4C 2F
Octal 325 35 303 0 126 10 20 462 114 57
Binary 11010101 11101 11000011 0 1010110 1000 10000 100110010 1001100 101111

Color Harmonies of #D51DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51DC3

Black with #D51DC3

Text Example


Text Example

White with #D51DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51DC3; }

 p { color: rgb(213,29,195); }

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

background-color css

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

 a { background-color: rgb(213,29,195); }

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

border-color css

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

 span { border-color: rgb(213,29,195); }

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