Html Css Color HEX #D90393 Medium Violet Red

📋 copy color: '#D90393'

red 217 ◦ green 3 ◦ blue 147

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

Shades of Medium Violet Red #D90393

Tints of Medium Violet Red #D90393

RGB

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

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

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

R = 59.13%
G = 0.82%
B = 40.05%

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

#D90393 (or 0xD90393) is known color: Medium Violet Red. HEX triplet: D9, 03 and 93. RGB value is (217,3,147). Sum of RGB (Red+Green+Blue) = 217+3+147=367 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.13% from 367); Green value is 3 (1.56% from 255 or 0.82% from 367); Blue value is 147 (57.81% from 255 or 40.05% from 367); Max value from RGB is 217 - color contains mainly: red. Hex color #D90393 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90393 is #26FC6C. Grayscale: #535353. Windows color (decimal): -2554989 or 9634777. OLE color: 9634777.

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

Color convert

RGB 217 3 147 -
CMYK 0 0.99 0.32 0.15
HSL 319.63º 0.97% 0.43% -
HSV(B) 319.63º 0.99% 0.85% -
XYZ 33.91 16.92 29.08 -
YUV 83.4 163.9 223.29 -
System Red Green Blue C M Y K H S L
Decimal 217 3 147 0 0.99 0.32 0.15 319.63 0.97 0.43
Hex D9 3 93 0 63 20 F 140 61 2B
Octal 331 3 223 0 143 40 17 500 141 53
Binary 11011001 11 10010011 0 1100011 100000 1111 101000000 1100001 101011

Color Harmonies of #D90393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90393

Black with #D90393

Text Example


Text Example

White with #D90393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90393; }

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

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

background-color css

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

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

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

border-color css

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

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

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