Html Css Color HEX #D90C96 Medium Violet Red

📋 copy color: '#D90C96'

red 217 ◦ green 12 ◦ blue 150

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

Shades of Medium Violet Red #D90C96

Tints of Medium Violet Red #D90C96

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.17%

 BLUE value IS 150 (58.98% from 255) = 39.58%

R = 57.26%
G = 3.17%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D90C96 (or 0xD90C96) is known color: Medium Violet Red. HEX triplet: D9, 0C and 96. RGB value is (217,12,150). Sum of RGB (Red+Green+Blue) = 217+12+150=379 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.26% from 379); Green value is 12 (5.08% from 255 or 3.17% from 379); Blue value is 150 (58.98% from 255 or 39.58% from 379); Max value from RGB is 217 - color contains mainly: red. Hex color #D90C96 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90C96 is #26F369. Grayscale: #585858. Windows color (decimal): -2552682 or 9833689. OLE color: 9833689.

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

Color convert

RGB 217 12 150 -
CMYK 0 0.94 0.31 0.15
HSL 319.61º 0.9% 0.45% -
HSV(B) 319.61º 0.94% 0.85% -
XYZ 34.25 17.22 30.37 -
YUV 89.03 162.42 219.28 -
System Red Green Blue C M Y K H S L
Decimal 217 12 150 0 0.94 0.31 0.15 319.61 0.9 0.45
Hex D9 C 96 0 5E 1F F 140 5A 2D
Octal 331 14 226 0 136 37 17 500 132 55
Binary 11011001 1100 10010110 0 1011110 11111 1111 101000000 1011010 101101

Color Harmonies of #D90C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90C96

Black with #D90C96

Text Example


Text Example

White with #D90C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90C96; }

 p { color: rgb(217,12,150); }

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

background-color css

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

 a { background-color: rgb(217,12,150); }

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

border-color css

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

 span { border-color: rgb(217,12,150); }

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