Html Css Color HEX #D90693 Medium Violet Red

📋 copy color: '#D90693'

red 217 ◦ green 6 ◦ blue 147

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

Shades of Medium Violet Red #D90693

Tints of Medium Violet Red #D90693

RGB

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

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

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

R = 58.65%
G = 1.62%
B = 39.73%

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

#D90693 (or 0xD90693) is known color: Medium Violet Red. HEX triplet: D9, 06 and 93. RGB value is (217,6,147). Sum of RGB (Red+Green+Blue) = 217+6+147=370 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.65% from 370); Green value is 6 (2.73% from 255 or 1.62% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 217 - color contains mainly: red. Hex color #D90693 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90693 is #26F96C. Grayscale: #545454. Windows color (decimal): -2554221 or 9635545. OLE color: 9635545.

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

Color convert

RGB 217 6 147 -
CMYK 0 0.97 0.32 0.15
HSL 319.91º 0.95% 0.44% -
HSV(B) 319.91º 0.97% 0.85% -
XYZ 33.95 16.99 29.09 -
YUV 85.16 162.9 222.04 -
System Red Green Blue C M Y K H S L
Decimal 217 6 147 0 0.97 0.32 0.15 319.91 0.95 0.44
Hex D9 6 93 0 61 20 F 140 5F 2C
Octal 331 6 223 0 141 40 17 500 137 54
Binary 11011001 110 10010011 0 1100001 100000 1111 101000000 1011111 101100

Color Harmonies of #D90693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90693

Black with #D90693

Text Example


Text Example

White with #D90693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90693; }

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

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

background-color css

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

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

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

border-color css

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

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

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