Html Css Color HEX #D51AB7 Deep Magenta

📋 copy color: '#D51AB7'

red 213 ◦ green 26 ◦ blue 183

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

Shades of Deep Magenta #D51AB7

Tints of Deep Magenta #D51AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 43.36%

R = 50.47%
G = 6.16%
B = 43.36%

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

#D51AB7 (or 0xD51AB7) is known color: Deep Magenta. HEX triplet: D5, 1A and B7. RGB value is (213,26,183). Sum of RGB (Red+Green+Blue) = 213+26+183=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 26 (10.55% from 255 or 6.16% from 422); Blue value is 183 (71.88% from 255 or 43.36% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D51AB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51AB7 is #2AE548. Grayscale: #636363. Windows color (decimal): -2811209 or 11999957. OLE color: 11999957.

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

Color convert

RGB 213 26 183 -
CMYK 0 0.88 0.14 0.16
HSL 309.63º 0.78% 0.47% -
HSV(B) 309.63º 0.88% 0.84% -
XYZ 36.36 18.3 46.42 -
YUV 99.81 174.95 208.73 -
System Red Green Blue C M Y K H S L
Decimal 213 26 183 0 0.88 0.14 0.16 309.63 0.78 0.47
Hex D5 1A B7 0 58 E 10 136 4E 2F
Octal 325 32 267 0 130 16 20 466 116 57
Binary 11010101 11010 10110111 0 1011000 1110 10000 100110110 1001110 101111

Color Harmonies of #D51AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51AB7

Black with #D51AB7

Text Example


Text Example

White with #D51AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51AB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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