Html Css Color HEX #D51DC7 Deep Magenta

📋 copy color: '#D51DC7'

red 213 ◦ green 29 ◦ blue 199

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

Shades of Deep Magenta #D51DC7

Tints of Deep Magenta #D51DC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 45.12%

R = 48.3%
G = 6.58%
B = 45.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D51DC7 (or 0xD51DC7) is known color: Deep Magenta. HEX triplet: D5, 1D and C7. RGB value is (213,29,199). Sum of RGB (Red+Green+Blue) = 213+29+199=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 29 (11.72% from 255 or 6.58% from 441); Blue value is 199 (78.12% from 255 or 45.12% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D51DC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51DC7 is #2AE238. Grayscale: #666666. Windows color (decimal): -2810425 or 13049301. OLE color: 13049301.

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

Color convert

RGB 213 29 199 -
CMYK 0 0.86 0.07 0.16
HSL 304.57º 0.76% 0.47% -
HSV(B) 304.57º 0.86% 0.84% -
XYZ 38.19 19.15 55.72 -
YUV 103.4 181.96 206.18 -
System Red Green Blue C M Y K H S L
Decimal 213 29 199 0 0.86 0.07 0.16 304.57 0.76 0.47
Hex D5 1D C7 0 56 7 10 131 4C 2F
Octal 325 35 307 0 126 7 20 461 114 57
Binary 11010101 11101 11000111 0 1010110 111 10000 100110001 1001100 101111

Color Harmonies of #D51DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51DC7

Black with #D51DC7

Text Example


Text Example

White with #D51DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51DC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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