Html Css Color HEX #D8088A Medium Violet Red

📋 copy color: '#D8088A'

red 216 ◦ green 8 ◦ blue 138

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

Shades of Medium Violet Red #D8088A

Tints of Medium Violet Red #D8088A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.12%

R = 59.67%
G = 2.21%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D8088A (or 0xD8088A) is known color: Medium Violet Red. HEX triplet: D8, 08 and 8A. RGB value is (216,8,138). Sum of RGB (Red+Green+Blue) = 216+8+138=362 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.67% from 362); Green value is 8 (3.52% from 255 or 2.21% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 216 - color contains mainly: red. Hex color #D8088A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8088A is #27F775. Grayscale: #545454. Windows color (decimal): -2619254 or 9046232. OLE color: 9046232.

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

Color convert

RGB 216 8 138 -
CMYK 0 0.96 0.36 0.15
HSL 322.5º 0.93% 0.44% -
HSV(B) 322.5º 0.96% 0.85% -
XYZ 32.99 16.61 25.51 -
YUV 85.01 157.91 221.43 -
System Red Green Blue C M Y K H S L
Decimal 216 8 138 0 0.96 0.36 0.15 322.5 0.93 0.44
Hex D8 8 8A 0 60 24 F 142 5D 2C
Octal 330 10 212 0 140 44 17 502 135 54
Binary 11011000 1000 10001010 0 1100000 100100 1111 101000010 1011101 101100

Color Harmonies of #D8088A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8088A

Black with #D8088A

Text Example


Text Example

White with #D8088A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8088A; }

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

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

background-color css

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

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

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

border-color css

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

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

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