Html Css Color HEX #D51AB2 Deep Magenta

📋 copy color: '#D51AB2'

red 213 ◦ green 26 ◦ blue 178

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

Shades of Deep Magenta #D51AB2

Tints of Deep Magenta #D51AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.69%

R = 51.08%
G = 6.24%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D51AB2 (or 0xD51AB2) is known color: Deep Magenta. HEX triplet: D5, 1A and B2. RGB value is (213,26,178). Sum of RGB (Red+Green+Blue) = 213+26+178=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 26 (10.55% from 255 or 6.24% from 417); Blue value is 178 (69.92% from 255 or 42.69% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D51AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51AB2 is #2AE54D. Grayscale: #626262. Windows color (decimal): -2811214 or 11672277. OLE color: 11672277.

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

Color convert

RGB 213 26 178 -
CMYK 0 0.88 0.16 0.16
HSL 311.23º 0.78% 0.47% -
HSV(B) 311.23º 0.88% 0.84% -
XYZ 35.85 18.1 43.72 -
YUV 99.24 172.45 209.14 -
System Red Green Blue C M Y K H S L
Decimal 213 26 178 0 0.88 0.16 0.16 311.23 0.78 0.47
Hex D5 1A B2 0 58 10 10 137 4E 2F
Octal 325 32 262 0 130 20 20 467 116 57
Binary 11010101 11010 10110010 0 1011000 10000 10000 100110111 1001110 101111

Color Harmonies of #D51AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51AB2

Black with #D51AB2

Text Example


Text Example

White with #D51AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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