Html Css Color HEX #D51AB1 Deep Magenta

📋 copy color: '#D51AB1'

red 213 ◦ green 26 ◦ blue 177

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

Shades of Deep Magenta #D51AB1

Tints of Deep Magenta #D51AB1

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.25%

 BLUE value IS 177 (69.53% from 255) = 42.55%

R = 51.2%
G = 6.25%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D51AB1 (or 0xD51AB1) is known color: Deep Magenta. HEX triplet: D5, 1A and B1. RGB value is (213,26,177). Sum of RGB (Red+Green+Blue) = 213+26+177=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 26 (10.55% from 255 or 6.25% from 416); Blue value is 177 (69.53% from 255 or 42.55% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D51AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51AB1 is #2AE54E. Grayscale: #626262. Windows color (decimal): -2811215 or 11606741. OLE color: 11606741.

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

Color convert

RGB 213 26 177 -
CMYK 0 0.88 0.17 0.16
HSL 311.55º 0.78% 0.47% -
HSV(B) 311.55º 0.88% 0.84% -
XYZ 35.75 18.06 43.2 -
YUV 99.13 171.95 209.22 -
System Red Green Blue C M Y K H S L
Decimal 213 26 177 0 0.88 0.17 0.16 311.55 0.78 0.47
Hex D5 1A B1 0 58 11 10 138 4E 2F
Octal 325 32 261 0 130 21 20 470 116 57
Binary 11010101 11010 10110001 0 1011000 10001 10000 100111000 1001110 101111

Color Harmonies of #D51AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51AB1

Black with #D51AB1

Text Example


Text Example

White with #D51AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51AB1; }

 p { color: rgb(213,26,177); }

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

background-color css

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

 a { background-color: rgb(213,26,177); }

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

border-color css

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

 span { border-color: rgb(213,26,177); }

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