Html Css Color HEX #D9047A Medium Violet Red

📋 copy color: '#D9047A'

red 217 ◦ green 4 ◦ blue 122

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

Shades of Medium Violet Red #D9047A

Tints of Medium Violet Red #D9047A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.57%

R = 63.27%
G = 1.17%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D9047A (or 0xD9047A) is known color: Medium Violet Red. HEX triplet: D9, 04 and 7A. RGB value is (217,4,122). Sum of RGB (Red+Green+Blue) = 217+4+122=343 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.27% from 343); Green value is 4 (1.95% from 255 or 1.17% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 217 - color contains mainly: red. Hex color #D9047A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9047A is #26FB85. Grayscale: #505050. Windows color (decimal): -2554758 or 7996633. OLE color: 7996633.

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

Color convert

RGB 217 4 122 -
CMYK 0 0.98 0.44 0.15
HSL 326.76º 0.96% 0.43% -
HSV(B) 326.76º 0.98% 0.85% -
XYZ 32.17 16.24 19.85 -
YUV 81.14 151.07 224.91 -
System Red Green Blue C M Y K H S L
Decimal 217 4 122 0 0.98 0.44 0.15 326.76 0.96 0.43
Hex D9 4 7A 0 62 2C F 147 60 2B
Octal 331 4 172 0 142 54 17 507 140 53
Binary 11011001 100 1111010 0 1100010 101100 1111 101000111 1100000 101011

Color Harmonies of #D9047A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9047A

Black with #D9047A

Text Example


Text Example

White with #D9047A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9047A; }

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

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

background-color css

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

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

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

border-color css

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

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

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