Html Css Color HEX #D51AC3 Deep Magenta

📋 copy color: '#D51AC3'

red 213 ◦ green 26 ◦ blue 195

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

Shades of Deep Magenta #D51AC3

Tints of Deep Magenta #D51AC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 44.93%

R = 49.08%
G = 5.99%
B = 44.93%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D51AC3 (or 0xD51AC3) is known color: Deep Magenta. HEX triplet: D5, 1A and C3. RGB value is (213,26,195). Sum of RGB (Red+Green+Blue) = 213+26+195=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 26 (10.55% from 255 or 5.99% from 434); Blue value is 195 (76.56% from 255 or 44.93% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D51AC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51AC3 is #2AE53C. Grayscale: #646464. Windows color (decimal): -2811197 or 12786389. OLE color: 12786389.

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

Color convert

RGB 213 26 195 -
CMYK 0 0.88 0.08 0.16
HSL 305.78º 0.78% 0.47% -
HSV(B) 305.78º 0.88% 0.84% -
XYZ 37.66 18.83 53.28 -
YUV 101.18 180.95 207.76 -
System Red Green Blue C M Y K H S L
Decimal 213 26 195 0 0.88 0.08 0.16 305.78 0.78 0.47
Hex D5 1A C3 0 58 8 10 132 4E 2F
Octal 325 32 303 0 130 10 20 462 116 57
Binary 11010101 11010 11000011 0 1011000 1000 10000 100110010 1001110 101111

Color Harmonies of #D51AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51AC3

Black with #D51AC3

Text Example


Text Example

White with #D51AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51AC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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