Html Css Color HEX #D0078D Medium Violet Red

📋 copy color: '#D0078D'

red 208 ◦ green 7 ◦ blue 141

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

Shades of Medium Violet Red #D0078D

Tints of Medium Violet Red #D0078D

RGB

 RED value IS 208 (81.64% from 255) = 58.43%

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

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

R = 58.43%
G = 1.97%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D0078D (or 0xD0078D) is known color: Medium Violet Red. HEX triplet: D0, 07 and 8D. RGB value is (208,7,141). Sum of RGB (Red+Green+Blue) = 208+7+141=356 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.43% from 356); Green value is 7 (3.12% from 255 or 1.97% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 208 - color contains mainly: red. Hex color #D0078D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0078D is #2FF872. Grayscale: #525252. Windows color (decimal): -3143795 or 9242576. OLE color: 9242576.

HSL color Cylindrical-coordinate representation of color #D0078D: hue angle of 320º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D0078D is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 7 141 -
CMYK 0 0.97 0.32 0.18
HSL 320º 0.93% 0.42% -
HSV(B) 320º 0.97% 0.82% -
XYZ 30.9 15.48 26.56 -
YUV 82.38 161.09 217.6 -
System Red Green Blue C M Y K H S L
Decimal 208 7 141 0 0.97 0.32 0.18 320 0.93 0.42
Hex D0 7 8D 0 61 20 12 140 5D 2A
Octal 320 7 215 0 141 40 22 500 135 52
Binary 11010000 111 10001101 0 1100001 100000 10010 101000000 1011101 101010

Color Harmonies of #D0078D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0078D

Black with #D0078D

Text Example


Text Example

White with #D0078D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0078D; }

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

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

background-color css

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

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

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

border-color css

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

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

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