Html Css Color HEX #D8098C Medium Violet Red

📋 copy color: '#D8098C'

red 216 ◦ green 9 ◦ blue 140

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

Shades of Medium Violet Red #D8098C

Tints of Medium Violet Red #D8098C

RGB

 RED value IS 216 (84.77% from 255) = 59.18%

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

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

R = 59.18%
G = 2.47%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D8098C (or 0xD8098C) is known color: Medium Violet Red. HEX triplet: D8, 09 and 8C. RGB value is (216,9,140). Sum of RGB (Red+Green+Blue) = 216+9+140=365 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.18% from 365); Green value is 9 (3.91% from 255 or 2.47% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 216 - color contains mainly: red. Hex color #D8098C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8098C is #27F673. Grayscale: #555555. Windows color (decimal): -2618996 or 9177560. OLE color: 9177560.

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

Color convert

RGB 216 9 140 -
CMYK 0 0.96 0.35 0.15
HSL 322.03º 0.92% 0.44% -
HSV(B) 322.03º 0.96% 0.85% -
XYZ 33.15 16.69 26.28 -
YUV 85.83 158.58 220.85 -
System Red Green Blue C M Y K H S L
Decimal 216 9 140 0 0.96 0.35 0.15 322.03 0.92 0.44
Hex D8 9 8C 0 60 23 F 142 5C 2C
Octal 330 11 214 0 140 43 17 502 134 54
Binary 11011000 1001 10001100 0 1100000 100011 1111 101000010 1011100 101100

Color Harmonies of #D8098C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8098C

Black with #D8098C

Text Example


Text Example

White with #D8098C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8098C; }

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

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

background-color css

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

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

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

border-color css

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

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

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