Html Css Color HEX #D90793 Medium Violet Red

📋 copy color: '#D90793'

red 217 ◦ green 7 ◦ blue 147

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

Shades of Medium Violet Red #D90793

Tints of Medium Violet Red #D90793

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.89%

 BLUE value IS 147 (57.81% from 255) = 39.62%

R = 58.49%
G = 1.89%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D90793 (or 0xD90793) is known color: Medium Violet Red. HEX triplet: D9, 07 and 93. RGB value is (217,7,147). Sum of RGB (Red+Green+Blue) = 217+7+147=371 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.49% from 371); Green value is 7 (3.12% from 255 or 1.89% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 217 - color contains mainly: red. Hex color #D90793 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90793 is #26F86C. Grayscale: #555555. Windows color (decimal): -2553965 or 9635801. OLE color: 9635801.

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

Color convert

RGB 217 7 147 -
CMYK 0 0.97 0.32 0.15
HSL 320º 0.94% 0.44% -
HSV(B) 320º 0.97% 0.85% -
XYZ 33.96 17.01 29.1 -
YUV 85.75 162.57 221.62 -
System Red Green Blue C M Y K H S L
Decimal 217 7 147 0 0.97 0.32 0.15 320 0.94 0.44
Hex D9 7 93 0 61 20 F 140 5E 2C
Octal 331 7 223 0 141 40 17 500 136 54
Binary 11011001 111 10010011 0 1100001 100000 1111 101000000 1011110 101100

Color Harmonies of #D90793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90793

Black with #D90793

Text Example


Text Example

White with #D90793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90793; }

 p { color: rgb(217,7,147); }

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

background-color css

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

 a { background-color: rgb(217,7,147); }

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

border-color css

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

 span { border-color: rgb(217,7,147); }

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