Html Css Color HEX #D90894 Medium Violet Red

📋 copy color: '#D90894'

red 217 ◦ green 8 ◦ blue 148

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

Shades of Medium Violet Red #D90894

Tints of Medium Violet Red #D90894

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.14%

 BLUE value IS 148 (58.2% from 255) = 39.68%

R = 58.18%
G = 2.14%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D90894 (or 0xD90894) is known color: Medium Violet Red. HEX triplet: D9, 08 and 94. RGB value is (217,8,148). Sum of RGB (Red+Green+Blue) = 217+8+148=373 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.18% from 373); Green value is 8 (3.52% from 255 or 2.14% from 373); Blue value is 148 (58.20% from 255 or 39.68% from 373); Max value from RGB is 217 - color contains mainly: red. Hex color #D90894 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90894 is #26F76B. Grayscale: #565656. Windows color (decimal): -2553708 or 9701593. OLE color: 9701593.

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

Color convert

RGB 217 8 148 -
CMYK 0 0.96 0.32 0.15
HSL 319.81º 0.93% 0.44% -
HSV(B) 319.81º 0.96% 0.85% -
XYZ 34.05 17.06 29.52 -
YUV 86.45 162.74 221.12 -
System Red Green Blue C M Y K H S L
Decimal 217 8 148 0 0.96 0.32 0.15 319.81 0.93 0.44
Hex D9 8 94 0 60 20 F 140 5D 2C
Octal 331 10 224 0 140 40 17 500 135 54
Binary 11011001 1000 10010100 0 1100000 100000 1111 101000000 1011101 101100

Color Harmonies of #D90894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90894

Black with #D90894

Text Example


Text Example

White with #D90894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90894; }

 p { color: rgb(217,8,148); }

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

background-color css

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

 a { background-color: rgb(217,8,148); }

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

border-color css

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

 span { border-color: rgb(217,8,148); }

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