Html Css Color HEX #D90F81 Medium Violet Red

📋 copy color: '#D90F81'

red 217 ◦ green 15 ◦ blue 129

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

Shades of Medium Violet Red #D90F81

Tints of Medium Violet Red #D90F81

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.16%

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

R = 60.11%
G = 4.16%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D90F81 (or 0xD90F81) is known color: Medium Violet Red. HEX triplet: D9, 0F and 81. RGB value is (217,15,129). Sum of RGB (Red+Green+Blue) = 217+15+129=361 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.11% from 361); Green value is 15 (6.25% from 255 or 4.16% from 361); Blue value is 129 (50.78% from 255 or 35.73% from 361); Max value from RGB is 217 - color contains mainly: red. Hex color #D90F81 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90F81 is #26F07E. Grayscale: #585858. Windows color (decimal): -2551935 or 8458201. OLE color: 8458201.

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

Color convert

RGB 217 15 129 -
CMYK 0 0.93 0.41 0.15
HSL 326.14º 0.87% 0.45% -
HSV(B) 326.14º 0.93% 0.85% -
XYZ 32.75 16.68 22.26 -
YUV 88.39 150.92 219.73 -
System Red Green Blue C M Y K H S L
Decimal 217 15 129 0 0.93 0.41 0.15 326.14 0.87 0.45
Hex D9 F 81 0 5D 29 F 146 57 2D
Octal 331 17 201 0 135 51 17 506 127 55
Binary 11011001 1111 10000001 0 1011101 101001 1111 101000110 1010111 101101

Color Harmonies of #D90F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90F81

Black with #D90F81

Text Example


Text Example

White with #D90F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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