Html Css Color HEX #D31CB0 Deep Magenta

📋 copy color: '#D31CB0'

red 211 ◦ green 28 ◦ blue 176

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

Shades of Deep Magenta #D31CB0

Tints of Deep Magenta #D31CB0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.75%

 BLUE value IS 176 (69.14% from 255) = 42.41%

R = 50.84%
G = 6.75%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#D31CB0 (or 0xD31CB0) is known color: Deep Magenta. HEX triplet: D3, 1C and B0. RGB value is (211,28,176). Sum of RGB (Red+Green+Blue) = 211+28+176=415 (54% of max value = 765). Red value is 211 (82.81% from 255 or 50.84% from 415); Green value is 28 (11.33% from 255 or 6.75% from 415); Blue value is 176 (69.14% from 255 or 42.41% from 415); Max value from RGB is 211 - color contains mainly: red. Hex color #D31CB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D31CB0 is #2CE34F. Grayscale: #636363. Windows color (decimal): -2941776 or 11541715. OLE color: 11541715.

HSL color Cylindrical-coordinate representation of color #D31CB0: hue angle of 311.48º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D31CB0 is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 28 176 -
CMYK 0 0.87 0.17 0.17
HSL 311.48º 0.77% 0.47% -
HSV(B) 311.48º 0.87% 0.83% -
XYZ 35.12 17.81 42.66 -
YUV 99.59 171.13 207.47 -
System Red Green Blue C M Y K H S L
Decimal 211 28 176 0 0.87 0.17 0.17 311.48 0.77 0.47
Hex D3 1C B0 0 57 11 11 137 4D 2F
Octal 323 34 260 0 127 21 21 467 115 57
Binary 11010011 11100 10110000 0 1010111 10001 10001 100110111 1001101 101111

Color Harmonies of #D31CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31CB0

Black with #D31CB0

Text Example


Text Example

White with #D31CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31CB0; }

 p { color: rgb(211,28,176); }

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

background-color css

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

 a { background-color: rgb(211,28,176); }

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

border-color css

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

 span { border-color: rgb(211,28,176); }

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