Html Css Color HEX #D91B83 Medium Violet Red

📋 copy color: '#D91B83'

red 217 ◦ green 27 ◦ blue 131

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

Shades of Medium Violet Red #D91B83

Tints of Medium Violet Red #D91B83

RGB

 RED value IS 217 (85.16% from 255) = 57.87%

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

 BLUE value IS 131 (51.56% from 255) = 34.93%

R = 57.87%
G = 7.2%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D91B83 (or 0xD91B83) is known color: Medium Violet Red. HEX triplet: D9, 1B and 83. RGB value is (217,27,131). Sum of RGB (Red+Green+Blue) = 217+27+131=375 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.87% from 375); Green value is 27 (10.94% from 255 or 7.2% from 375); Blue value is 131 (51.56% from 255 or 34.93% from 375); Max value from RGB is 217 - color contains mainly: red. Hex color #D91B83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D91B83 is #26E47C. Grayscale: #5F5F5F. Windows color (decimal): -2548861 or 8592345. OLE color: 8592345.

HSL color Cylindrical-coordinate representation of color #D91B83: hue angle of 327.16º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D91B83 is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 27 131 -
CMYK 0 0.88 0.40 0.15
HSL 327.16º 0.78% 0.48% -
HSV(B) 327.16º 0.88% 0.85% -
XYZ 33.1 17.17 23.04 -
YUV 95.67 147.95 214.54 -
System Red Green Blue C M Y K H S L
Decimal 217 27 131 0 0.88 0.40 0.15 327.16 0.78 0.48
Hex D9 1B 83 0 58 28 F 147 4E 30
Octal 331 33 203 0 130 50 17 507 116 60
Binary 11011001 11011 10000011 0 1011000 101000 1111 101000111 1001110 110000

Color Harmonies of #D91B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91B83

Black with #D91B83

Text Example


Text Example

White with #D91B83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91B83; }

 p { color: rgb(217,27,131); }

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

background-color css

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

 a { background-color: rgb(217,27,131); }

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

border-color css

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

 span { border-color: rgb(217,27,131); }

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