Html Css Color HEX #D51AB8 Deep Magenta

📋 copy color: '#D51AB8'

red 213 ◦ green 26 ◦ blue 184

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

Shades of Deep Magenta #D51AB8

Tints of Deep Magenta #D51AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 43.5%

R = 50.35%
G = 6.15%
B = 43.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D51AB8 (or 0xD51AB8) is known color: Deep Magenta. HEX triplet: D5, 1A and B8. RGB value is (213,26,184). Sum of RGB (Red+Green+Blue) = 213+26+184=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 26 (10.55% from 255 or 6.15% from 423); Blue value is 184 (72.27% from 255 or 43.50% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D51AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51AB8 is #2AE547. Grayscale: #636363. Windows color (decimal): -2811208 or 12065493. OLE color: 12065493.

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

Color convert

RGB 213 26 184 -
CMYK 0 0.88 0.14 0.16
HSL 309.3º 0.78% 0.47% -
HSV(B) 309.3º 0.88% 0.84% -
XYZ 36.46 18.35 46.97 -
YUV 99.93 175.45 208.65 -
System Red Green Blue C M Y K H S L
Decimal 213 26 184 0 0.88 0.14 0.16 309.3 0.78 0.47
Hex D5 1A B8 0 58 E 10 135 4E 2F
Octal 325 32 270 0 130 16 20 465 116 57
Binary 11010101 11010 10111000 0 1011000 1110 10000 100110101 1001110 101111

Color Harmonies of #D51AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51AB8

Black with #D51AB8

Text Example


Text Example

White with #D51AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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