Html Css Color HEX #D91281 Medium Violet Red

📋 copy color: '#D91281'

red 217 ◦ green 18 ◦ blue 129

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

Shades of Medium Violet Red #D91281

Tints of Medium Violet Red #D91281

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.95%

 BLUE value IS 129 (50.78% from 255) = 35.44%

R = 59.62%
G = 4.95%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D91281 (or 0xD91281) is known color: Medium Violet Red. HEX triplet: D9, 12 and 81. RGB value is (217,18,129). Sum of RGB (Red+Green+Blue) = 217+18+129=364 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.62% from 364); Green value is 18 (7.42% from 255 or 4.95% from 364); Blue value is 129 (50.78% from 255 or 35.44% from 364); Max value from RGB is 217 - color contains mainly: red. Hex color #D91281 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91281 is #26ED7E. Grayscale: #595959. Windows color (decimal): -2551167 or 8458969. OLE color: 8458969.

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

Color convert

RGB 217 18 129 -
CMYK 0 0.92 0.41 0.15
HSL 326.53º 0.85% 0.46% -
HSV(B) 326.53º 0.92% 0.85% -
XYZ 32.79 16.77 22.28 -
YUV 90.16 149.93 218.47 -
System Red Green Blue C M Y K H S L
Decimal 217 18 129 0 0.92 0.41 0.15 326.53 0.85 0.46
Hex D9 12 81 0 5C 29 F 147 55 2E
Octal 331 22 201 0 134 51 17 507 125 56
Binary 11011001 10010 10000001 0 1011100 101001 1111 101000111 1010101 101110

Color Harmonies of #D91281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91281

Black with #D91281

Text Example


Text Example

White with #D91281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91281; }

 p { color: rgb(217,18,129); }

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

background-color css

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

 a { background-color: rgb(217,18,129); }

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

border-color css

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

 span { border-color: rgb(217,18,129); }

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