Html Css Color HEX #D6098C Medium Violet Red

📋 copy color: '#D6098C'

red 214 ◦ green 9 ◦ blue 140

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

Shades of Medium Violet Red #D6098C

Tints of Medium Violet Red #D6098C

RGB

 RED value IS 214 (83.98% from 255) = 58.95%

 GREEN value IS 9 (3.91% from 255) = 2.48%

 BLUE value IS 140 (55.08% from 255) = 38.57%

R = 58.95%
G = 2.48%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6098C (or 0xD6098C) is known color: Medium Violet Red. HEX triplet: D6, 09 and 8C. RGB value is (214,9,140). Sum of RGB (Red+Green+Blue) = 214+9+140=363 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.95% from 363); Green value is 9 (3.91% from 255 or 2.48% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 214 - color contains mainly: red. Hex color #D6098C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6098C is #29F673. Grayscale: #545454. Windows color (decimal): -2750068 or 9177558. OLE color: 9177558.

HSL color Cylindrical-coordinate representation of color #D6098C: hue angle of 321.66º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D6098C is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 9 140 -
CMYK 0 0.96 0.35 0.16
HSL 321.66º 0.92% 0.44% -
HSV(B) 321.66º 0.96% 0.84% -
XYZ 32.56 16.38 26.26 -
YUV 85.23 158.92 219.85 -
System Red Green Blue C M Y K H S L
Decimal 214 9 140 0 0.96 0.35 0.16 321.66 0.92 0.44
Hex D6 9 8C 0 60 23 10 142 5C 2C
Octal 326 11 214 0 140 43 20 502 134 54
Binary 11010110 1001 10001100 0 1100000 100011 10000 101000010 1011100 101100

Color Harmonies of #D6098C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6098C

Black with #D6098C

Text Example


Text Example

White with #D6098C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6098C; }

 p { color: rgb(214,9,140); }

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

background-color css

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

 a { background-color: rgb(214,9,140); }

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

border-color css

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

 span { border-color: rgb(214,9,140); }

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