Html Css Color HEX #D8008F Medium Violet Red

📋 copy color: '#D8008F'

red 216 ◦ green 0 ◦ blue 143

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

Shades of Medium Violet Red #D8008F

Tints of Medium Violet Red #D8008F

RGB

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

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

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

R = 60.17%
G = 0%
B = 39.83%

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

#D8008F (or 0xD8008F) is known color: Medium Violet Red. HEX triplet: D8, 00 and 8F. RGB value is (216,0,143). Sum of RGB (Red+Green+Blue) = 216+0+143=359 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.17% from 359); Green value is 0 (0.39% from 255 or 0% from 359); Blue value is 143 (56.25% from 255 or 39.83% from 359); Max value from RGB is 216 - color contains mainly: red. Hex color #D8008F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8008F is #27FF70. Grayscale: #505050. Windows color (decimal): -2621297 or 9371864. OLE color: 9371864.

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

Color convert

RGB 216 0 143 -
CMYK 0 1 0.34 0.15
HSL 320.28º 1% 0.42% -
HSV(B) 320.28º 1% 0.85% -
XYZ 33.28 16.58 27.43 -
YUV 80.89 163.06 224.37 -
System Red Green Blue C M Y K H S L
Decimal 216 0 143 0 1 0.34 0.15 320.28 1 0.42
Hex D8 0 8F 0 64 22 F 140 64 2A
Octal 330 0 217 0 144 42 17 500 144 52
Binary 11011000 0 10001111 0 1100100 100010 1111 101000000 1100100 101010

Color Harmonies of #D8008F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8008F

Black with #D8008F

Text Example


Text Example

White with #D8008F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8008F; }

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

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

background-color css

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

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

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

border-color css

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

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

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