Html Css Color HEX #D91B8D Medium Violet Red

📋 copy color: '#D91B8D'

red 217 ◦ green 27 ◦ blue 141

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

Shades of Medium Violet Red #D91B8D

Tints of Medium Violet Red #D91B8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.62%

R = 56.36%
G = 7.01%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D91B8D (or 0xD91B8D) is known color: Medium Violet Red. HEX triplet: D9, 1B and 8D. RGB value is (217,27,141). Sum of RGB (Red+Green+Blue) = 217+27+141=385 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.36% from 385); Green value is 27 (10.94% from 255 or 7.01% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 217 - color contains mainly: red. Hex color #D91B8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D91B8D is #26E472. Grayscale: #606060. Windows color (decimal): -2548851 or 9247705. OLE color: 9247705.

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

Color convert

RGB 217 27 141 -
CMYK 0 0.88 0.35 0.15
HSL 324º 0.78% 0.48% -
HSV(B) 324º 0.88% 0.85% -
XYZ 33.81 17.46 26.79 -
YUV 96.81 152.95 213.73 -
System Red Green Blue C M Y K H S L
Decimal 217 27 141 0 0.88 0.35 0.15 324 0.78 0.48
Hex D9 1B 8D 0 58 23 F 144 4E 30
Octal 331 33 215 0 130 43 17 504 116 60
Binary 11011001 11011 10001101 0 1011000 100011 1111 101000100 1001110 110000

Color Harmonies of #D91B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91B8D

Black with #D91B8D

Text Example


Text Example

White with #D91B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91B8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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