Html Css Color HEX #D90A93 Medium Violet Red

📋 copy color: '#D90A93'

red 217 ◦ green 10 ◦ blue 147

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

Shades of Medium Violet Red #D90A93

Tints of Medium Violet Red #D90A93

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.67%

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

R = 58.02%
G = 2.67%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D90A93 (or 0xD90A93) is known color: Medium Violet Red. HEX triplet: D9, 0A and 93. RGB value is (217,10,147). Sum of RGB (Red+Green+Blue) = 217+10+147=374 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.02% from 374); Green value is 10 (4.30% from 255 or 2.67% from 374); Blue value is 147 (57.81% from 255 or 39.30% from 374); Max value from RGB is 217 - color contains mainly: red. Hex color #D90A93 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90A93 is #26F56C. Grayscale: #575757. Windows color (decimal): -2553197 or 9636569. OLE color: 9636569.

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

Color convert

RGB 217 10 147 -
CMYK 0 0.95 0.32 0.15
HSL 320.29º 0.91% 0.45% -
HSV(B) 320.29º 0.95% 0.85% -
XYZ 33.99 17.08 29.11 -
YUV 87.51 161.58 220.36 -
System Red Green Blue C M Y K H S L
Decimal 217 10 147 0 0.95 0.32 0.15 320.29 0.91 0.45
Hex D9 A 93 0 5F 20 F 140 5B 2D
Octal 331 12 223 0 137 40 17 500 133 55
Binary 11011001 1010 10010011 0 1011111 100000 1111 101000000 1011011 101101

Color Harmonies of #D90A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90A93

Black with #D90A93

Text Example


Text Example

White with #D90A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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