Html Css Color HEX #D9048A Medium Violet Red

📋 copy color: '#D9048A'

red 217 ◦ green 4 ◦ blue 138

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

Shades of Medium Violet Red #D9048A

Tints of Medium Violet Red #D9048A

RGB

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

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

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

R = 60.45%
G = 1.11%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D9048A (or 0xD9048A) is known color: Medium Violet Red. HEX triplet: D9, 04 and 8A. RGB value is (217,4,138). Sum of RGB (Red+Green+Blue) = 217+4+138=359 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.45% from 359); Green value is 4 (1.95% from 255 or 1.11% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 217 - color contains mainly: red. Hex color #D9048A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9048A is #26FB75. Grayscale: #525252. Windows color (decimal): -2554742 or 9045209. OLE color: 9045209.

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

Color convert

RGB 217 4 138 -
CMYK 0 0.98 0.36 0.15
HSL 322.25º 0.96% 0.43% -
HSV(B) 322.25º 0.98% 0.85% -
XYZ 33.25 16.67 25.51 -
YUV 82.96 159.07 223.6 -
System Red Green Blue C M Y K H S L
Decimal 217 4 138 0 0.98 0.36 0.15 322.25 0.96 0.43
Hex D9 4 8A 0 62 24 F 142 60 2B
Octal 331 4 212 0 142 44 17 502 140 53
Binary 11011001 100 10001010 0 1100010 100100 1111 101000010 1100000 101011

Color Harmonies of #D9048A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9048A

Black with #D9048A

Text Example


Text Example

White with #D9048A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9048A; }

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

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

background-color css

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

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

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

border-color css

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

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

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