Html Css Color HEX #D8007C Medium Violet Red

📋 copy color: '#D8007C'

red 216 ◦ green 0 ◦ blue 124

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

Shades of Medium Violet Red #D8007C

Tints of Medium Violet Red #D8007C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 36.47%

R = 63.53%
G = 0%
B = 36.47%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D8007C (or 0xD8007C) is known color: Medium Violet Red. HEX triplet: D8, 00 and 7C. RGB value is (216,0,124). Sum of RGB (Red+Green+Blue) = 216+0+124=340 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.53% from 340); Green value is 0 (0.39% from 255 or 0% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 216 - color contains mainly: red. Hex color #D8007C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8007C is #27FF83. Grayscale: #4E4E4E. Windows color (decimal): -2621316 or 8126680. OLE color: 8126680.

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

Color convert

RGB 216 0 124 -
CMYK 0 1 0.43 0.15
HSL 325.56º 1% 0.42% -
HSV(B) 325.56º 1% 0.85% -
XYZ 31.96 16.05 20.48 -
YUV 78.72 153.56 225.92 -
System Red Green Blue C M Y K H S L
Decimal 216 0 124 0 1 0.43 0.15 325.56 1 0.42
Hex D8 0 7C 0 64 2B F 146 64 2A
Octal 330 0 174 0 144 53 17 506 144 52
Binary 11011000 0 1111100 0 1100100 101011 1111 101000110 1100100 101010

Color Harmonies of #D8007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8007C

Black with #D8007C

Text Example


Text Example

White with #D8007C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8007C; }

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

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

background-color css

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

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

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

border-color css

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

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

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