Html Css Color HEX #D3078D Medium Violet Red

📋 copy color: '#D3078D'

red 211 ◦ green 7 ◦ blue 141

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

Shades of Medium Violet Red #D3078D

Tints of Medium Violet Red #D3078D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.28%

R = 58.77%
G = 1.95%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D3078D (or 0xD3078D) is known color: Medium Violet Red. HEX triplet: D3, 07 and 8D. RGB value is (211,7,141). Sum of RGB (Red+Green+Blue) = 211+7+141=359 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.77% from 359); Green value is 7 (3.12% from 255 or 1.95% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 211 - color contains mainly: red. Hex color #D3078D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3078D is #2CF872. Grayscale: #525252. Windows color (decimal): -2947187 or 9242579. OLE color: 9242579.

HSL color Cylindrical-coordinate representation of color #D3078D: hue angle of 320.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 #D3078D is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 7 141 -
CMYK 0 0.97 0.33 0.17
HSL 320.59º 0.94% 0.43% -
HSV(B) 320.59º 0.97% 0.83% -
XYZ 31.75 15.92 26.6 -
YUV 83.27 160.59 219.1 -
System Red Green Blue C M Y K H S L
Decimal 211 7 141 0 0.97 0.33 0.17 320.59 0.94 0.43
Hex D3 7 8D 0 61 21 11 141 5E 2B
Octal 323 7 215 0 141 41 21 501 136 53
Binary 11010011 111 10001101 0 1100001 100001 10001 101000001 1011110 101011

Color Harmonies of #D3078D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3078D

Black with #D3078D

Text Example


Text Example

White with #D3078D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3078D; }

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

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

background-color css

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

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

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

border-color css

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

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

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