Html Css Color HEX #D9057A Medium Violet Red

📋 copy color: '#D9057A'

red 217 ◦ green 5 ◦ blue 122

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

Shades of Medium Violet Red #D9057A

Tints of Medium Violet Red #D9057A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.45%

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

R = 63.08%
G = 1.45%
B = 35.47%

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

#D9057A (or 0xD9057A) is known color: Medium Violet Red. HEX triplet: D9, 05 and 7A. RGB value is (217,5,122). Sum of RGB (Red+Green+Blue) = 217+5+122=344 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.08% from 344); Green value is 5 (2.34% from 255 or 1.45% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 217 - color contains mainly: red. Hex color #D9057A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9057A is #26FA85. Grayscale: #515151. Windows color (decimal): -2554502 or 7996889. OLE color: 7996889.

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

Color convert

RGB 217 5 122 -
CMYK 0 0.98 0.44 0.15
HSL 326.89º 0.95% 0.44% -
HSV(B) 326.89º 0.98% 0.85% -
XYZ 32.18 16.27 19.86 -
YUV 81.73 150.74 224.49 -
System Red Green Blue C M Y K H S L
Decimal 217 5 122 0 0.98 0.44 0.15 326.89 0.95 0.44
Hex D9 5 7A 0 62 2C F 147 5F 2C
Octal 331 5 172 0 142 54 17 507 137 54
Binary 11011001 101 1111010 0 1100010 101100 1111 101000111 1011111 101100

Color Harmonies of #D9057A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9057A

Black with #D9057A

Text Example


Text Example

White with #D9057A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9057A; }

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

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

background-color css

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

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

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

border-color css

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

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

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