Html Css Color HEX #D90685 Medium Violet Red

📋 copy color: '#D90685'

red 217 ◦ green 6 ◦ blue 133

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

Shades of Medium Violet Red #D90685

Tints of Medium Violet Red #D90685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 37.36%

R = 60.96%
G = 1.69%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D90685 (or 0xD90685) is known color: Medium Violet Red. HEX triplet: D9, 06 and 85. RGB value is (217,6,133). Sum of RGB (Red+Green+Blue) = 217+6+133=356 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.96% from 356); Green value is 6 (2.73% from 255 or 1.69% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 217 - color contains mainly: red. Hex color #D90685 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90685 is #26F97A. Grayscale: #535353. Windows color (decimal): -2554235 or 8718041. OLE color: 8718041.

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

Color convert

RGB 217 6 133 -
CMYK 0 0.97 0.39 0.15
HSL 323.89º 0.95% 0.44% -
HSV(B) 323.89º 0.97% 0.85% -
XYZ 32.91 16.58 23.65 -
YUV 83.57 155.9 223.17 -
System Red Green Blue C M Y K H S L
Decimal 217 6 133 0 0.97 0.39 0.15 323.89 0.95 0.44
Hex D9 6 85 0 61 27 F 144 5F 2C
Octal 331 6 205 0 141 47 17 504 137 54
Binary 11011001 110 10000101 0 1100001 100111 1111 101000100 1011111 101100

Color Harmonies of #D90685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90685

Black with #D90685

Text Example


Text Example

White with #D90685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90685; }

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

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

background-color css

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

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

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

border-color css

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

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

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