Html Css Color HEX #D90692 Medium Violet Red

📋 copy color: '#D90692'

red 217 ◦ green 6 ◦ blue 146

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

Shades of Medium Violet Red #D90692

Tints of Medium Violet Red #D90692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 39.57%

R = 58.81%
G = 1.63%
B = 39.57%

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

#D90692 (or 0xD90692) is known color: Medium Violet Red. HEX triplet: D9, 06 and 92. RGB value is (217,6,146). Sum of RGB (Red+Green+Blue) = 217+6+146=369 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.81% from 369); Green value is 6 (2.73% from 255 or 1.63% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 217 - color contains mainly: red. Hex color #D90692 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90692 is #26F96D. Grayscale: #545454. Windows color (decimal): -2554222 or 9570009. OLE color: 9570009.

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

Color convert

RGB 217 6 146 -
CMYK 0 0.97 0.33 0.15
HSL 320.19º 0.95% 0.44% -
HSV(B) 320.19º 0.97% 0.85% -
XYZ 33.87 16.96 28.68 -
YUV 85.05 162.4 222.12 -
System Red Green Blue C M Y K H S L
Decimal 217 6 146 0 0.97 0.33 0.15 320.19 0.95 0.44
Hex D9 6 92 0 61 21 F 140 5F 2C
Octal 331 6 222 0 141 41 17 500 137 54
Binary 11011001 110 10010010 0 1100001 100001 1111 101000000 1011111 101100

Color Harmonies of #D90692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90692

Black with #D90692

Text Example


Text Example

White with #D90692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90692; }

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

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

background-color css

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

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

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

border-color css

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

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

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