Html Css Color HEX #D7008C Medium Violet Red

📋 copy color: '#D7008C'

red 215 ◦ green 0 ◦ blue 140

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

Shades of Medium Violet Red #D7008C

Tints of Medium Violet Red #D7008C

RGB

 RED value IS 215 (84.38% from 255) = 60.56%

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

 BLUE value IS 140 (55.08% from 255) = 39.44%

R = 60.56%
G = 0%
B = 39.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D7008C (or 0xD7008C) is known color: Medium Violet Red. HEX triplet: D7, 00 and 8C. RGB value is (215,0,140). Sum of RGB (Red+Green+Blue) = 215+0+140=355 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.56% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 215 - color contains mainly: red. Hex color #D7008C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7008C is #28FF73. Grayscale: #4F4F4F. Windows color (decimal): -2686836 or 9175255. OLE color: 9175255.

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

Color convert

RGB 215 0 140 -
CMYK 0 1 0.35 0.16
HSL 320.93º 1% 0.42% -
HSV(B) 320.93º 1% 0.84% -
XYZ 32.76 16.34 26.24 -
YUV 80.25 161.73 224.12 -
System Red Green Blue C M Y K H S L
Decimal 215 0 140 0 1 0.35 0.16 320.93 1 0.42
Hex D7 0 8C 0 64 23 10 141 64 2A
Octal 327 0 214 0 144 43 20 501 144 52
Binary 11010111 0 10001100 0 1100100 100011 10000 101000001 1100100 101010

Color Harmonies of #D7008C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7008C

Black with #D7008C

Text Example


Text Example

White with #D7008C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7008C; }

 p { color: rgb(215,0,140); }

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

background-color css

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

 a { background-color: rgb(215,0,140); }

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

border-color css

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

 span { border-color: rgb(215,0,140); }

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