Html Css Color HEX #D31AC4 Deep Magenta

📋 copy color: '#D31AC4'

red 211 ◦ green 26 ◦ blue 196

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

Shades of Deep Magenta #D31AC4

Tints of Deep Magenta #D31AC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 45.27%

R = 48.73%
G = 6%
B = 45.27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.07

 K value IS 0.17

RGB Variations

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

Color information

#D31AC4 (or 0xD31AC4) is known color: Deep Magenta. HEX triplet: D3, 1A and C4. RGB value is (211,26,196). Sum of RGB (Red+Green+Blue) = 211+26+196=433 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.73% from 433); Green value is 26 (10.55% from 255 or 6.00% from 433); Blue value is 196 (76.95% from 255 or 45.27% from 433); Max value from RGB is 211 - color contains mainly: red. Hex color #D31AC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31AC4 is #2CE53B. Grayscale: #646464. Windows color (decimal): -2942268 or 12851923. OLE color: 12851923.

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

Color convert

RGB 211 26 196 -
CMYK 0 0.88 0.07 0.17
HSL 304.86º 0.78% 0.46% -
HSV(B) 304.86º 0.88% 0.83% -
XYZ 37.2 18.57 53.85 -
YUV 100.7 181.79 206.68 -
System Red Green Blue C M Y K H S L
Decimal 211 26 196 0 0.88 0.07 0.17 304.86 0.78 0.46
Hex D3 1A C4 0 58 7 11 131 4E 2E
Octal 323 32 304 0 130 7 21 461 116 56
Binary 11010011 11010 11000100 0 1011000 111 10001 100110001 1001110 101110

Color Harmonies of #D31AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31AC4

Black with #D31AC4

Text Example


Text Example

White with #D31AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31AC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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