Html Css Color HEX #D0048A Medium Violet Red

📋 copy color: '#D0048A'

red 208 ◦ green 4 ◦ blue 138

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

Shades of Medium Violet Red #D0048A

Tints of Medium Violet Red #D0048A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.43%

R = 59.43%
G = 1.14%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D0048A (or 0xD0048A) is known color: Medium Violet Red. HEX triplet: D0, 04 and 8A. RGB value is (208,4,138). Sum of RGB (Red+Green+Blue) = 208+4+138=350 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.43% from 350); Green value is 4 (1.95% from 255 or 1.14% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 208 - color contains mainly: red. Hex color #D0048A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0048A is #2FFB75. Grayscale: #4F4F4F. Windows color (decimal): -3144566 or 9045200. OLE color: 9045200.

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

Color convert

RGB 208 4 138 -
CMYK 0 0.98 0.34 0.18
HSL 320.59º 0.96% 0.42% -
HSV(B) 320.59º 0.98% 0.82% -
XYZ 30.64 15.33 25.39 -
YUV 80.27 160.59 219.1 -
System Red Green Blue C M Y K H S L
Decimal 208 4 138 0 0.98 0.34 0.18 320.59 0.96 0.42
Hex D0 4 8A 0 62 22 12 141 60 2A
Octal 320 4 212 0 142 42 22 501 140 52
Binary 11010000 100 10001010 0 1100010 100010 10010 101000001 1100000 101010

Color Harmonies of #D0048A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0048A

Black with #D0048A

Text Example


Text Example

White with #D0048A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0048A; }

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

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

background-color css

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

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

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

border-color css

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

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

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