Html Css Color HEX #D90691 Medium Violet Red

📋 copy color: '#D90691'

red 217 ◦ green 6 ◦ blue 145

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

Shades of Medium Violet Red #D90691

Tints of Medium Violet Red #D90691

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.63%

 BLUE value IS 145 (57.03% from 255) = 39.4%

R = 58.97%
G = 1.63%
B = 39.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D90691 (or 0xD90691) is known color: Medium Violet Red. HEX triplet: D9, 06 and 91. RGB value is (217,6,145). Sum of RGB (Red+Green+Blue) = 217+6+145=368 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.97% from 368); Green value is 6 (2.73% from 255 or 1.63% from 368); Blue value is 145 (57.03% from 255 or 39.40% from 368); Max value from RGB is 217 - color contains mainly: red. Hex color #D90691 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90691 is #26F96E. Grayscale: #545454. Windows color (decimal): -2554223 or 9504473. OLE color: 9504473.

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

Color convert

RGB 217 6 145 -
CMYK 0 0.97 0.33 0.15
HSL 320.47º 0.95% 0.44% -
HSV(B) 320.47º 0.97% 0.85% -
XYZ 33.79 16.93 28.27 -
YUV 84.94 161.9 222.2 -
System Red Green Blue C M Y K H S L
Decimal 217 6 145 0 0.97 0.33 0.15 320.47 0.95 0.44
Hex D9 6 91 0 61 21 F 140 5F 2C
Octal 331 6 221 0 141 41 17 500 137 54
Binary 11011001 110 10010001 0 1100001 100001 1111 101000000 1011111 101100

Color Harmonies of #D90691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90691

Black with #D90691

Text Example


Text Example

White with #D90691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90691; }

 p { color: rgb(217,6,145); }

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

background-color css

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

 a { background-color: rgb(217,6,145); }

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

border-color css

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

 span { border-color: rgb(217,6,145); }

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