Html Css Color HEX #D90394 Medium Violet Red

📋 copy color: '#D90394'

red 217 ◦ green 3 ◦ blue 148

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

Shades of Medium Violet Red #D90394

Tints of Medium Violet Red #D90394

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.82%

 BLUE value IS 148 (58.2% from 255) = 40.22%

R = 58.97%
G = 0.82%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D90394 (or 0xD90394) is known color: Medium Violet Red. HEX triplet: D9, 03 and 94. RGB value is (217,3,148). Sum of RGB (Red+Green+Blue) = 217+3+148=368 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.97% from 368); Green value is 3 (1.56% from 255 or 0.82% from 368); Blue value is 148 (58.20% from 255 or 40.22% from 368); Max value from RGB is 217 - color contains mainly: red. Hex color #D90394 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90394 is #26FC6B. Grayscale: #535353. Windows color (decimal): -2554988 or 9700313. OLE color: 9700313.

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

Color convert

RGB 217 3 148 -
CMYK 0 0.99 0.32 0.15
HSL 319.35º 0.97% 0.43% -
HSV(B) 319.35º 0.99% 0.85% -
XYZ 33.99 16.95 29.5 -
YUV 83.52 164.4 223.21 -
System Red Green Blue C M Y K H S L
Decimal 217 3 148 0 0.99 0.32 0.15 319.35 0.97 0.43
Hex D9 3 94 0 63 20 F 13F 61 2B
Octal 331 3 224 0 143 40 17 477 141 53
Binary 11011001 11 10010100 0 1100011 100000 1111 100111111 1100001 101011

Color Harmonies of #D90394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90394

Black with #D90394

Text Example


Text Example

White with #D90394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90394; }

 p { color: rgb(217,3,148); }

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

background-color css

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

 a { background-color: rgb(217,3,148); }

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

border-color css

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

 span { border-color: rgb(217,3,148); }

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