Html Css Color HEX #D9048C Medium Violet Red

📋 copy color: '#D9048C'

red 217 ◦ green 4 ◦ blue 140

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

Shades of Medium Violet Red #D9048C

Tints of Medium Violet Red #D9048C

RGB

 RED value IS 217 (85.16% from 255) = 60.11%

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

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

R = 60.11%
G = 1.11%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9048C (or 0xD9048C) is known color: Medium Violet Red. HEX triplet: D9, 04 and 8C. RGB value is (217,4,140). Sum of RGB (Red+Green+Blue) = 217+4+140=361 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.11% from 361); Green value is 4 (1.95% from 255 or 1.11% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 217 - color contains mainly: red. Hex color #D9048C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9048C is #26FB73. Grayscale: #525252. Windows color (decimal): -2554740 or 9176281. OLE color: 9176281.

HSL color Cylindrical-coordinate representation of color #D9048C: hue angle of 321.69º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D9048C is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 4 140 -
CMYK 0 0.98 0.35 0.15
HSL 321.69º 0.96% 0.43% -
HSV(B) 321.69º 0.98% 0.85% -
XYZ 33.39 16.73 26.28 -
YUV 83.19 160.07 223.44 -
System Red Green Blue C M Y K H S L
Decimal 217 4 140 0 0.98 0.35 0.15 321.69 0.96 0.43
Hex D9 4 8C 0 62 23 F 142 60 2B
Octal 331 4 214 0 142 43 17 502 140 53
Binary 11011001 100 10001100 0 1100010 100011 1111 101000010 1100000 101011

Color Harmonies of #D9048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9048C

Black with #D9048C

Text Example


Text Example

White with #D9048C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9048C; }

 p { color: rgb(217,4,140); }

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

background-color css

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

 a { background-color: rgb(217,4,140); }

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

border-color css

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

 span { border-color: rgb(217,4,140); }

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