Html Css Color HEX #D31ABC Deep Magenta

📋 copy color: '#D31ABC'

red 211 ◦ green 26 ◦ blue 188

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

Shades of Deep Magenta #D31ABC

Tints of Deep Magenta #D31ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.24%

R = 49.65%
G = 6.12%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D31ABC (or 0xD31ABC) is known color: Deep Magenta. HEX triplet: D3, 1A and BC. RGB value is (211,26,188). Sum of RGB (Red+Green+Blue) = 211+26+188=425 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.65% from 425); Green value is 26 (10.55% from 255 or 6.12% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 211 - color contains mainly: red. Hex color #D31ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31ABC is #2CE543. Grayscale: #636363. Windows color (decimal): -2942276 or 12327635. OLE color: 12327635.

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

Color convert

RGB 211 26 188 -
CMYK 0 0.88 0.11 0.17
HSL 307.46º 0.78% 0.46% -
HSV(B) 307.46º 0.88% 0.83% -
XYZ 36.31 18.22 49.18 -
YUV 99.78 177.79 207.33 -
System Red Green Blue C M Y K H S L
Decimal 211 26 188 0 0.88 0.11 0.17 307.46 0.78 0.46
Hex D3 1A BC 0 58 B 11 133 4E 2E
Octal 323 32 274 0 130 13 21 463 116 56
Binary 11010011 11010 10111100 0 1011000 1011 10001 100110011 1001110 101110

Color Harmonies of #D31ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31ABC

Black with #D31ABC

Text Example


Text Example

White with #D31ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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