Html Css Color HEX #D8008E Medium Violet Red

📋 copy color: '#D8008E'

red 216 ◦ green 0 ◦ blue 142

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

Shades of Medium Violet Red #D8008E

Tints of Medium Violet Red #D8008E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 60.34%
G = 0%
B = 39.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D8008E (or 0xD8008E) is known color: Medium Violet Red. HEX triplet: D8, 00 and 8E. RGB value is (216,0,142). Sum of RGB (Red+Green+Blue) = 216+0+142=358 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.34% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 216 - color contains mainly: red. Hex color #D8008E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8008E is #27FF71. Grayscale: #505050. Windows color (decimal): -2621298 or 9306328. OLE color: 9306328.

HSL color Cylindrical-coordinate representation of color #D8008E: hue angle of 320.56º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D8008E is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 0 142 -
CMYK 0 1 0.34 0.15
HSL 320.56º 1% 0.42% -
HSV(B) 320.56º 1% 0.85% -
XYZ 33.2 16.55 27.04 -
YUV 80.77 162.56 224.45 -
System Red Green Blue C M Y K H S L
Decimal 216 0 142 0 1 0.34 0.15 320.56 1 0.42
Hex D8 0 8E 0 64 22 F 141 64 2A
Octal 330 0 216 0 144 42 17 501 144 52
Binary 11011000 0 10001110 0 1100100 100010 1111 101000001 1100100 101010

Color Harmonies of #D8008E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8008E

Black with #D8008E

Text Example


Text Example

White with #D8008E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8008E; }

 p { color: rgb(216,0,142); }

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

background-color css

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

 a { background-color: rgb(216,0,142); }

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

border-color css

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

 span { border-color: rgb(216,0,142); }

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