Html Css Color HEX #D91483 Medium Violet Red

📋 copy color: '#D91483'

red 217 ◦ green 20 ◦ blue 131

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

Shades of Medium Violet Red #D91483

Tints of Medium Violet Red #D91483

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.43%

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

R = 58.97%
G = 5.43%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D91483 (or 0xD91483) is known color: Medium Violet Red. HEX triplet: D9, 14 and 83. RGB value is (217,20,131). Sum of RGB (Red+Green+Blue) = 217+20+131=368 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.97% from 368); Green value is 20 (8.20% from 255 or 5.43% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 217 - color contains mainly: red. Hex color #D91483 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91483 is #26EB7C. Grayscale: #5B5B5B. Windows color (decimal): -2550653 or 8590553. OLE color: 8590553.

HSL color Cylindrical-coordinate representation of color #D91483: hue angle of 326.19º degrees, saturation: 0.83, 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 #D91483 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 20 131 -
CMYK 0 0.91 0.40 0.15
HSL 326.19º 0.83% 0.46% -
HSV(B) 326.19º 0.91% 0.85% -
XYZ 32.96 16.89 23 -
YUV 91.56 150.27 217.47 -
System Red Green Blue C M Y K H S L
Decimal 217 20 131 0 0.91 0.40 0.15 326.19 0.83 0.46
Hex D9 14 83 0 5B 28 F 146 53 2E
Octal 331 24 203 0 133 50 17 506 123 56
Binary 11011001 10100 10000011 0 1011011 101000 1111 101000110 1010011 101110

Color Harmonies of #D91483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91483

Black with #D91483

Text Example


Text Example

White with #D91483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91483; }

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

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

background-color css

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

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

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

border-color css

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

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

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