Html Css Color HEX #D90896 Medium Violet Red

📋 copy color: '#D90896'

red 217 ◦ green 8 ◦ blue 150

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

Shades of Medium Violet Red #D90896

Tints of Medium Violet Red #D90896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 40%

R = 57.87%
G = 2.13%
B = 40%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D90896 (or 0xD90896) is known color: Medium Violet Red. HEX triplet: D9, 08 and 96. RGB value is (217,8,150). Sum of RGB (Red+Green+Blue) = 217+8+150=375 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.87% from 375); Green value is 8 (3.52% from 255 or 2.13% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 217 - color contains mainly: red. Hex color #D90896 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90896 is #26F769. Grayscale: #565656. Windows color (decimal): -2553706 or 9832665. OLE color: 9832665.

HSL color Cylindrical-coordinate representation of color #D90896: hue angle of 319.23º 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 #D90896 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 8 150 -
CMYK 0 0.96 0.31 0.15
HSL 319.23º 0.93% 0.44% -
HSV(B) 319.23º 0.96% 0.85% -
XYZ 34.21 17.13 30.36 -
YUV 86.68 163.74 220.95 -
System Red Green Blue C M Y K H S L
Decimal 217 8 150 0 0.96 0.31 0.15 319.23 0.93 0.44
Hex D9 8 96 0 60 1F F 13F 5D 2C
Octal 331 10 226 0 140 37 17 477 135 54
Binary 11011001 1000 10010110 0 1100000 11111 1111 100111111 1011101 101100

Color Harmonies of #D90896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90896

Black with #D90896

Text Example


Text Example

White with #D90896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90896; }

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

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

background-color css

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

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

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

border-color css

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

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

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