Html Css Color HEX #D8088F Medium Violet Red

📋 copy color: '#D8088F'

red 216 ◦ green 8 ◦ blue 143

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

Shades of Medium Violet Red #D8088F

Tints of Medium Violet Red #D8088F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.18%

 BLUE value IS 143 (56.25% from 255) = 38.96%

R = 58.86%
G = 2.18%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D8088F (or 0xD8088F) is known color: Medium Violet Red. HEX triplet: D8, 08 and 8F. RGB value is (216,8,143). Sum of RGB (Red+Green+Blue) = 216+8+143=367 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.86% from 367); Green value is 8 (3.52% from 255 or 2.18% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 216 - color contains mainly: red. Hex color #D8088F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8088F is #27F770. Grayscale: #555555. Windows color (decimal): -2619249 or 9373912. OLE color: 9373912.

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

Color convert

RGB 216 8 143 -
CMYK 0 0.96 0.34 0.15
HSL 321.06º 0.93% 0.44% -
HSV(B) 321.06º 0.96% 0.85% -
XYZ 33.36 16.76 27.46 -
YUV 85.58 160.41 221.02 -
System Red Green Blue C M Y K H S L
Decimal 216 8 143 0 0.96 0.34 0.15 321.06 0.93 0.44
Hex D8 8 8F 0 60 22 F 141 5D 2C
Octal 330 10 217 0 140 42 17 501 135 54
Binary 11011000 1000 10001111 0 1100000 100010 1111 101000001 1011101 101100

Color Harmonies of #D8088F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8088F

Black with #D8088F

Text Example


Text Example

White with #D8088F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8088F; }

 p { color: rgb(216,8,143); }

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

background-color css

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

 a { background-color: rgb(216,8,143); }

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

border-color css

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

 span { border-color: rgb(216,8,143); }

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