Html Css Color HEX #D31CBF Deep Magenta

📋 copy color: '#D31CBF'

red 211 ◦ green 28 ◦ blue 191

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

Shades of Deep Magenta #D31CBF

Tints of Deep Magenta #D31CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.42%

R = 49.07%
G = 6.51%
B = 44.42%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D31CBF (or 0xD31CBF) is known color: Deep Magenta. HEX triplet: D3, 1C and BF. RGB value is (211,28,191). Sum of RGB (Red+Green+Blue) = 211+28+191=430 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.07% from 430); Green value is 28 (11.33% from 255 or 6.51% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 211 - color contains mainly: red. Hex color #D31CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31CBF is #2CE340. Grayscale: #646464. Windows color (decimal): -2941761 or 12524755. OLE color: 12524755.

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

Color convert

RGB 211 28 191 -
CMYK 0 0.87 0.09 0.17
HSL 306.56º 0.77% 0.47% -
HSV(B) 306.56º 0.87% 0.83% -
XYZ 36.68 18.44 50.92 -
YUV 101.3 178.63 206.25 -
System Red Green Blue C M Y K H S L
Decimal 211 28 191 0 0.87 0.09 0.17 306.56 0.77 0.47
Hex D3 1C BF 0 57 9 11 133 4D 2F
Octal 323 34 277 0 127 11 21 463 115 57
Binary 11010011 11100 10111111 0 1010111 1001 10001 100110011 1001101 101111

Color Harmonies of #D31CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31CBF

Black with #D31CBF

Text Example


Text Example

White with #D31CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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