Html Css Color HEX #D0058D Medium Violet Red

📋 copy color: '#D0058D'

red 208 ◦ green 5 ◦ blue 141

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

Shades of Medium Violet Red #D0058D

Tints of Medium Violet Red #D0058D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.41%

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

R = 58.76%
G = 1.41%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D0058D (or 0xD0058D) is known color: Medium Violet Red. HEX triplet: D0, 05 and 8D. RGB value is (208,5,141). Sum of RGB (Red+Green+Blue) = 208+5+141=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 5 (2.34% from 255 or 1.41% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D0058D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0058D is #2FFA72. Grayscale: #505050. Windows color (decimal): -3144307 or 9242064. OLE color: 9242064.

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

Color convert

RGB 208 5 141 -
CMYK 0 0.98 0.32 0.18
HSL 319.8º 0.95% 0.42% -
HSV(B) 319.8º 0.98% 0.82% -
XYZ 30.87 15.44 26.55 -
YUV 81.2 161.75 218.44 -
System Red Green Blue C M Y K H S L
Decimal 208 5 141 0 0.98 0.32 0.18 319.8 0.95 0.42
Hex D0 5 8D 0 62 20 12 140 5F 2A
Octal 320 5 215 0 142 40 22 500 137 52
Binary 11010000 101 10001101 0 1100010 100000 10010 101000000 1011111 101010

Color Harmonies of #D0058D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0058D

Black with #D0058D

Text Example


Text Example

White with #D0058D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0058D; }

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

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

background-color css

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

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

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

border-color css

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

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

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