Html Css Color HEX #D0048D Medium Violet Red

📋 copy color: '#D0048D'

red 208 ◦ green 4 ◦ blue 141

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

Shades of Medium Violet Red #D0048D

Tints of Medium Violet Red #D0048D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.13%

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

R = 58.92%
G = 1.13%
B = 39.94%

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

#D0048D (or 0xD0048D) is known color: Medium Violet Red. HEX triplet: D0, 04 and 8D. RGB value is (208,4,141). Sum of RGB (Red+Green+Blue) = 208+4+141=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 4 (1.95% from 255 or 1.13% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D0048D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0048D is #2FFB72. Grayscale: #505050. Windows color (decimal): -3144563 or 9241808. OLE color: 9241808.

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

Color convert

RGB 208 4 141 -
CMYK 0 0.98 0.32 0.18
HSL 319.71º 0.96% 0.42% -
HSV(B) 319.71º 0.98% 0.82% -
XYZ 30.86 15.42 26.55 -
YUV 80.61 162.09 218.86 -
System Red Green Blue C M Y K H S L
Decimal 208 4 141 0 0.98 0.32 0.18 319.71 0.96 0.42
Hex D0 4 8D 0 62 20 12 140 60 2A
Octal 320 4 215 0 142 40 22 500 140 52
Binary 11010000 100 10001101 0 1100010 100000 10010 101000000 1100000 101010

Color Harmonies of #D0048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0048D

Black with #D0048D

Text Example


Text Example

White with #D0048D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0048D; }

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

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

background-color css

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

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

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

border-color css

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

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

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