Html Css Color HEX #D3077C Medium Violet Red

📋 copy color: '#D3077C'

red 211 ◦ green 7 ◦ blue 124

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

Shades of Medium Violet Red #D3077C

Tints of Medium Violet Red #D3077C

RGB

 RED value IS 211 (82.81% from 255) = 61.7%

 GREEN value IS 7 (3.13% from 255) = 2.05%

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

R = 61.7%
G = 2.05%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D3077C (or 0xD3077C) is known color: Medium Violet Red. HEX triplet: D3, 07 and 7C. RGB value is (211,7,124). Sum of RGB (Red+Green+Blue) = 211+7+124=342 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.70% from 342); Green value is 7 (3.12% from 255 or 2.05% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 211 - color contains mainly: red. Hex color #D3077C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3077C is #2CF883. Grayscale: #515151. Windows color (decimal): -2947204 or 8128467. OLE color: 8128467.

HSL color Cylindrical-coordinate representation of color #D3077C: hue angle of 325.59º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D3077C is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 7 124 -
CMYK 0 0.97 0.41 0.17
HSL 325.59º 0.94% 0.43% -
HSV(B) 325.59º 0.97% 0.83% -
XYZ 30.58 15.46 20.44 -
YUV 81.33 152.09 220.49 -
System Red Green Blue C M Y K H S L
Decimal 211 7 124 0 0.97 0.41 0.17 325.59 0.94 0.43
Hex D3 7 7C 0 61 29 11 146 5E 2B
Octal 323 7 174 0 141 51 21 506 136 53
Binary 11010011 111 1111100 0 1100001 101001 10001 101000110 1011110 101011

Color Harmonies of #D3077C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3077C

Black with #D3077C

Text Example


Text Example

White with #D3077C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3077C; }

 p { color: rgb(211,7,124); }

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

background-color css

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

 a { background-color: rgb(211,7,124); }

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

border-color css

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

 span { border-color: rgb(211,7,124); }

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