Html Css Color HEX #D7007C Medium Violet Red

📋 copy color: '#D7007C'

red 215 ◦ green 0 ◦ blue 124

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

Shades of Medium Violet Red #D7007C

Tints of Medium Violet Red #D7007C

RGB

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

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

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

R = 63.42%
G = 0%
B = 36.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D7007C (or 0xD7007C) is known color: Medium Violet Red. HEX triplet: D7, 00 and 7C. RGB value is (215,0,124). Sum of RGB (Red+Green+Blue) = 215+0+124=339 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.42% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 215 - color contains mainly: red. Hex color #D7007C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7007C is #28FF83. Grayscale: #4E4E4E. Windows color (decimal): -2686852 or 8126679. OLE color: 8126679.

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

Color convert

RGB 215 0 124 -
CMYK 0 1 0.42 0.16
HSL 325.4º 1% 0.42% -
HSV(B) 325.4º 1% 0.84% -
XYZ 31.66 15.9 20.47 -
YUV 78.42 153.73 225.42 -
System Red Green Blue C M Y K H S L
Decimal 215 0 124 0 1 0.42 0.16 325.4 1 0.42
Hex D7 0 7C 0 64 2A 10 145 64 2A
Octal 327 0 174 0 144 52 20 505 144 52
Binary 11010111 0 1111100 0 1100100 101010 10000 101000101 1100100 101010

Color Harmonies of #D7007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7007C

Black with #D7007C

Text Example


Text Example

White with #D7007C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7007C; }

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

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

background-color css

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

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

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

border-color css

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

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

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