Html Css Color HEX #D0058C Medium Violet Red

📋 copy color: '#D0058C'

red 208 ◦ green 5 ◦ blue 140

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

Shades of Medium Violet Red #D0058C

Tints of Medium Violet Red #D0058C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.66%

R = 58.92%
G = 1.42%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D0058C (or 0xD0058C) is known color: Medium Violet Red. HEX triplet: D0, 05 and 8C. RGB value is (208,5,140). Sum of RGB (Red+Green+Blue) = 208+5+140=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 5 (2.34% from 255 or 1.42% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D0058C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0058C is #2FFA73. Grayscale: #505050. Windows color (decimal): -3144308 or 9176528. OLE color: 9176528.

HSL color Cylindrical-coordinate representation of color #D0058C: hue angle of 320.1º 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 #D0058C is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 5 140 -
CMYK 0 0.98 0.33 0.18
HSL 320.1º 0.95% 0.42% -
HSV(B) 320.1º 0.98% 0.82% -
XYZ 30.8 15.41 26.16 -
YUV 81.09 161.25 218.52 -
System Red Green Blue C M Y K H S L
Decimal 208 5 140 0 0.98 0.33 0.18 320.1 0.95 0.42
Hex D0 5 8C 0 62 21 12 140 5F 2A
Octal 320 5 214 0 142 41 22 500 137 52
Binary 11010000 101 10001100 0 1100010 100001 10010 101000000 1011111 101010

Color Harmonies of #D0058C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0058C

Black with #D0058C

Text Example


Text Example

White with #D0058C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0058C; }

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

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

background-color css

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

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

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

border-color css

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

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

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