Html Css Color HEX #D51FB6 Deep Magenta

📋 copy color: '#D51FB6'

red 213 ◦ green 31 ◦ blue 182

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

Shades of Deep Magenta #D51FB6

Tints of Deep Magenta #D51FB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 42.72%

R = 50%
G = 7.28%
B = 42.72%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D51FB6 (or 0xD51FB6) is known color: Deep Magenta. HEX triplet: D5, 1F and B6. RGB value is (213,31,182). Sum of RGB (Red+Green+Blue) = 213+31+182=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 31 (12.5% from 255 or 7.28% from 426); Blue value is 182 (71.48% from 255 or 42.72% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D51FB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51FB6 is #2AE049. Grayscale: #666666. Windows color (decimal): -2809930 or 11935701. OLE color: 11935701.

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

Color convert

RGB 213 31 182 -
CMYK 0 0.85 0.15 0.16
HSL 310.22º 0.75% 0.48% -
HSV(B) 310.22º 0.85% 0.84% -
XYZ 36.37 18.5 45.91 -
YUV 102.63 172.8 206.72 -
System Red Green Blue C M Y K H S L
Decimal 213 31 182 0 0.85 0.15 0.16 310.22 0.75 0.48
Hex D5 1F B6 0 55 F 10 136 4B 30
Octal 325 37 266 0 125 17 20 466 113 60
Binary 11010101 11111 10110110 0 1010101 1111 10000 100110110 1001011 110000

Color Harmonies of #D51FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51FB6

Black with #D51FB6

Text Example


Text Example

White with #D51FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51FB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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