Html Css Color HEX #D8007F Medium Violet Red

📋 copy color: '#D8007F'

red 216 ◦ green 0 ◦ blue 127

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

Shades of Medium Violet Red #D8007F

Tints of Medium Violet Red #D8007F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.03%

R = 62.97%
G = 0%
B = 37.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D8007F (or 0xD8007F) is known color: Medium Violet Red. HEX triplet: D8, 00 and 7F. RGB value is (216,0,127). Sum of RGB (Red+Green+Blue) = 216+0+127=343 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.97% from 343); Green value is 0 (0.39% from 255 or 0% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 216 - color contains mainly: red. Hex color #D8007F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8007F is #27FF80. Grayscale: #4E4E4E. Windows color (decimal): -2621313 or 8323288. OLE color: 8323288.

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

Color convert

RGB 216 0 127 -
CMYK 0 1 0.41 0.15
HSL 324.72º 1% 0.42% -
HSV(B) 324.72º 1% 0.85% -
XYZ 32.15 16.13 21.5 -
YUV 79.06 155.06 225.67 -
System Red Green Blue C M Y K H S L
Decimal 216 0 127 0 1 0.41 0.15 324.72 1 0.42
Hex D8 0 7F 0 64 29 F 145 64 2A
Octal 330 0 177 0 144 51 17 505 144 52
Binary 11011000 0 1111111 0 1100100 101001 1111 101000101 1100100 101010

Color Harmonies of #D8007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8007F

Black with #D8007F

Text Example


Text Example

White with #D8007F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8007F; }

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

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

background-color css

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

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

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

border-color css

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

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

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