Html Css Color HEX #D6098E Medium Violet Red

📋 copy color: '#D6098E'

red 214 ◦ green 9 ◦ blue 142

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

Shades of Medium Violet Red #D6098E

Tints of Medium Violet Red #D6098E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.9%

R = 58.63%
G = 2.47%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D6098E (or 0xD6098E) is known color: Medium Violet Red. HEX triplet: D6, 09 and 8E. RGB value is (214,9,142). Sum of RGB (Red+Green+Blue) = 214+9+142=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 9 (3.91% from 255 or 2.47% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D6098E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6098E is #29F671. Grayscale: #555555. Windows color (decimal): -2750066 or 9308630. OLE color: 9308630.

HSL color Cylindrical-coordinate representation of color #D6098E: hue angle of 321.07º 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 #D6098E is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 9 142 -
CMYK 0 0.96 0.34 0.16
HSL 321.07º 0.92% 0.44% -
HSV(B) 321.07º 0.96% 0.84% -
XYZ 32.71 16.44 27.04 -
YUV 85.46 159.92 219.69 -
System Red Green Blue C M Y K H S L
Decimal 214 9 142 0 0.96 0.34 0.16 321.07 0.92 0.44
Hex D6 9 8E 0 60 22 10 141 5C 2C
Octal 326 11 216 0 140 42 20 501 134 54
Binary 11010110 1001 10001110 0 1100000 100010 10000 101000001 1011100 101100

Color Harmonies of #D6098E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6098E

Black with #D6098E

Text Example


Text Example

White with #D6098E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6098E; }

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

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

background-color css

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

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

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

border-color css

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

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

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