Html Css Color HEX #D8088D Medium Violet Red

📋 copy color: '#D8088D'

red 216 ◦ green 8 ◦ blue 141

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

Shades of Medium Violet Red #D8088D

Tints of Medium Violet Red #D8088D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.63%

R = 59.18%
G = 2.19%
B = 38.63%

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

#D8088D (or 0xD8088D) is known color: Medium Violet Red. HEX triplet: D8, 08 and 8D. RGB value is (216,8,141). Sum of RGB (Red+Green+Blue) = 216+8+141=365 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.18% from 365); Green value is 8 (3.52% from 255 or 2.19% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 216 - color contains mainly: red. Hex color #D8088D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8088D is #27F772. Grayscale: #555555. Windows color (decimal): -2619251 or 9242840. OLE color: 9242840.

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

Color convert

RGB 216 8 141 -
CMYK 0 0.96 0.35 0.15
HSL 321.63º 0.93% 0.44% -
HSV(B) 321.63º 0.96% 0.85% -
XYZ 33.21 16.7 26.67 -
YUV 85.35 159.41 221.19 -
System Red Green Blue C M Y K H S L
Decimal 216 8 141 0 0.96 0.35 0.15 321.63 0.93 0.44
Hex D8 8 8D 0 60 23 F 142 5D 2C
Octal 330 10 215 0 140 43 17 502 135 54
Binary 11011000 1000 10001101 0 1100000 100011 1111 101000010 1011101 101100

Color Harmonies of #D8088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8088D

Black with #D8088D

Text Example


Text Example

White with #D8088D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8088D; }

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

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

background-color css

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

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

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

border-color css

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

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

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