Html Css Color HEX #D31BBE Deep Magenta

📋 copy color: '#D31BBE'

red 211 ◦ green 27 ◦ blue 190

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

Shades of Deep Magenta #D31BBE

Tints of Deep Magenta #D31BBE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.31%

 BLUE value IS 190 (74.61% from 255) = 44.39%

R = 49.3%
G = 6.31%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D31BBE (or 0xD31BBE) is known color: Deep Magenta. HEX triplet: D3, 1B and BE. RGB value is (211,27,190). Sum of RGB (Red+Green+Blue) = 211+27+190=428 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.30% from 428); Green value is 27 (10.94% from 255 or 6.31% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 211 - color contains mainly: red. Hex color #D31BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31BBE is #2CE441. Grayscale: #646464. Windows color (decimal): -2942018 or 12458963. OLE color: 12458963.

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

Color convert

RGB 211 27 190 -
CMYK 0 0.87 0.10 0.17
HSL 306.85º 0.77% 0.47% -
HSV(B) 306.85º 0.87% 0.83% -
XYZ 36.55 18.35 50.33 -
YUV 100.6 178.46 206.75 -
System Red Green Blue C M Y K H S L
Decimal 211 27 190 0 0.87 0.10 0.17 306.85 0.77 0.47
Hex D3 1B BE 0 57 A 11 133 4D 2F
Octal 323 33 276 0 127 12 21 463 115 57
Binary 11010011 11011 10111110 0 1010111 1010 10001 100110011 1001101 101111

Color Harmonies of #D31BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31BBE

Black with #D31BBE

Text Example


Text Example

White with #D31BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31BBE; }

 p { color: rgb(211,27,190); }

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

background-color css

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

 a { background-color: rgb(211,27,190); }

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

border-color css

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

 span { border-color: rgb(211,27,190); }

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