Html Css Color HEX #D51DBF Deep Magenta

📋 copy color: '#D51DBF'

red 213 ◦ green 29 ◦ blue 191

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

Shades of Deep Magenta #D51DBF

Tints of Deep Magenta #D51DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.11%

R = 49.19%
G = 6.7%
B = 44.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D51DBF (or 0xD51DBF) is known color: Deep Magenta. HEX triplet: D5, 1D and BF. RGB value is (213,29,191). Sum of RGB (Red+Green+Blue) = 213+29+191=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 29 (11.72% from 255 or 6.70% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D51DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51DBF is #2AE240. Grayscale: #666666. Windows color (decimal): -2810433 or 12525013. OLE color: 12525013.

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

Color convert

RGB 213 29 191 -
CMYK 0 0.86 0.10 0.16
HSL 307.17º 0.76% 0.47% -
HSV(B) 307.17º 0.86% 0.84% -
XYZ 37.28 18.79 50.95 -
YUV 102.48 177.96 206.83 -
System Red Green Blue C M Y K H S L
Decimal 213 29 191 0 0.86 0.10 0.16 307.17 0.76 0.47
Hex D5 1D BF 0 56 A 10 133 4C 2F
Octal 325 35 277 0 126 12 20 463 114 57
Binary 11010101 11101 10111111 0 1010110 1010 10000 100110011 1001100 101111

Color Harmonies of #D51DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51DBF

Black with #D51DBF

Text Example


Text Example

White with #D51DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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