Html Css Color HEX #D91385 Medium Violet Red

📋 copy color: '#D91385'

red 217 ◦ green 19 ◦ blue 133

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

Shades of Medium Violet Red #D91385

Tints of Medium Violet Red #D91385

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.15%

 BLUE value IS 133 (52.34% from 255) = 36.04%

R = 58.81%
G = 5.15%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D91385 (or 0xD91385) is known color: Medium Violet Red. HEX triplet: D9, 13 and 85. RGB value is (217,19,133). Sum of RGB (Red+Green+Blue) = 217+19+133=369 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.81% from 369); Green value is 19 (7.81% from 255 or 5.15% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 217 - color contains mainly: red. Hex color #D91385 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91385 is #26EC7A. Grayscale: #5A5A5A. Windows color (decimal): -2550907 or 8721369. OLE color: 8721369.

HSL color Cylindrical-coordinate representation of color #D91385: hue angle of 325.45º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D91385 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 19 133 -
CMYK 0 0.91 0.39 0.15
HSL 325.45º 0.84% 0.46% -
HSV(B) 325.45º 0.91% 0.85% -
XYZ 33.08 16.91 23.71 -
YUV 91.2 151.6 217.73 -
System Red Green Blue C M Y K H S L
Decimal 217 19 133 0 0.91 0.39 0.15 325.45 0.84 0.46
Hex D9 13 85 0 5B 27 F 145 54 2E
Octal 331 23 205 0 133 47 17 505 124 56
Binary 11011001 10011 10000101 0 1011011 100111 1111 101000101 1010100 101110

Color Harmonies of #D91385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91385

Black with #D91385

Text Example


Text Example

White with #D91385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91385; }

 p { color: rgb(217,19,133); }

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

background-color css

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

 a { background-color: rgb(217,19,133); }

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

border-color css

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

 span { border-color: rgb(217,19,133); }

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