Html Css Color HEX #D0057D Medium Violet Red

📋 copy color: '#D0057D'

red 208 ◦ green 5 ◦ blue 125

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

Shades of Medium Violet Red #D0057D

Tints of Medium Violet Red #D0057D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.98%

R = 61.54%
G = 1.48%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0057D (or 0xD0057D) is known color: Medium Violet Red. HEX triplet: D0, 05 and 7D. RGB value is (208,5,125). Sum of RGB (Red+Green+Blue) = 208+5+125=338 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.54% from 338); Green value is 5 (2.34% from 255 or 1.48% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 208 - color contains mainly: red. Hex color #D0057D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0057D is #2FFA82. Grayscale: #4F4F4F. Windows color (decimal): -3144323 or 8193488. OLE color: 8193488.

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

Color convert

RGB 208 5 125 -
CMYK 0 0.98 0.40 0.18
HSL 324.53º 0.95% 0.42% -
HSV(B) 324.53º 0.98% 0.82% -
XYZ 29.77 15 20.73 -
YUV 79.38 153.75 219.74 -
System Red Green Blue C M Y K H S L
Decimal 208 5 125 0 0.98 0.40 0.18 324.53 0.95 0.42
Hex D0 5 7D 0 62 28 12 145 5F 2A
Octal 320 5 175 0 142 50 22 505 137 52
Binary 11010000 101 1111101 0 1100010 101000 10010 101000101 1011111 101010

Color Harmonies of #D0057D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0057D

Black with #D0057D

Text Example


Text Example

White with #D0057D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0057D; }

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

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

background-color css

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

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

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

border-color css

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

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

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