Html Css Color HEX #D31AC8 Deep Magenta

📋 copy color: '#D31AC8'

red 211 ◦ green 26 ◦ blue 200

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

Shades of Deep Magenta #D31AC8

Tints of Deep Magenta #D31AC8

RGB

 RED value IS 211 (82.81% from 255) = 48.28%

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

 BLUE value IS 200 (78.52% from 255) = 45.77%

R = 48.28%
G = 5.95%
B = 45.77%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D31AC8 (or 0xD31AC8) is known color: Deep Magenta. HEX triplet: D3, 1A and C8. RGB value is (211,26,200). Sum of RGB (Red+Green+Blue) = 211+26+200=437 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.28% from 437); Green value is 26 (10.55% from 255 or 5.95% from 437); Blue value is 200 (78.52% from 255 or 45.77% from 437); Max value from RGB is 211 - color contains mainly: red. Hex color #D31AC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31AC8 is #2CE537. Grayscale: #646464. Windows color (decimal): -2942264 or 13114067. OLE color: 13114067.

HSL color Cylindrical-coordinate representation of color #D31AC8: hue angle of 303.57º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D31AC8 is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 26 200 -
CMYK 0 0.88 0.05 0.17
HSL 303.57º 0.78% 0.46% -
HSV(B) 303.57º 0.88% 0.83% -
XYZ 37.66 18.76 56.28 -
YUV 101.15 183.79 206.35 -
System Red Green Blue C M Y K H S L
Decimal 211 26 200 0 0.88 0.05 0.17 303.57 0.78 0.46
Hex D3 1A C8 0 58 5 11 130 4E 2E
Octal 323 32 310 0 130 5 21 460 116 56
Binary 11010011 11010 11001000 0 1011000 101 10001 100110000 1001110 101110

Color Harmonies of #D31AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31AC8

Black with #D31AC8

Text Example


Text Example

White with #D31AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31AC8; }

 p { color: rgb(211,26,200); }

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

background-color css

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

 a { background-color: rgb(211,26,200); }

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

border-color css

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

 span { border-color: rgb(211,26,200); }

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