Html Css Color HEX #D51AB4 Deep Magenta

📋 copy color: '#D51AB4'

red 213 ◦ green 26 ◦ blue 180

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

Shades of Deep Magenta #D51AB4

Tints of Deep Magenta #D51AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 42.96%

R = 50.84%
G = 6.21%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D51AB4 (or 0xD51AB4) is known color: Deep Magenta. HEX triplet: D5, 1A and B4. RGB value is (213,26,180). Sum of RGB (Red+Green+Blue) = 213+26+180=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 26 (10.55% from 255 or 6.21% from 419); Blue value is 180 (70.70% from 255 or 42.96% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D51AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51AB4 is #2AE54B. Grayscale: #636363. Windows color (decimal): -2811212 or 11803349. OLE color: 11803349.

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

Color convert

RGB 213 26 180 -
CMYK 0 0.88 0.15 0.16
HSL 310.59º 0.78% 0.47% -
HSV(B) 310.59º 0.88% 0.84% -
XYZ 36.05 18.18 44.79 -
YUV 99.47 173.45 208.98 -
System Red Green Blue C M Y K H S L
Decimal 213 26 180 0 0.88 0.15 0.16 310.59 0.78 0.47
Hex D5 1A B4 0 58 F 10 137 4E 2F
Octal 325 32 264 0 130 17 20 467 116 57
Binary 11010101 11010 10110100 0 1011000 1111 10000 100110111 1001110 101111

Color Harmonies of #D51AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51AB4

Black with #D51AB4

Text Example


Text Example

White with #D51AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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