Html Css Color HEX #D9078A Medium Violet Red

📋 copy color: '#D9078A'

red 217 ◦ green 7 ◦ blue 138

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

Shades of Medium Violet Red #D9078A

Tints of Medium Violet Red #D9078A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.93%

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

R = 59.94%
G = 1.93%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D9078A (or 0xD9078A) is known color: Medium Violet Red. HEX triplet: D9, 07 and 8A. RGB value is (217,7,138). Sum of RGB (Red+Green+Blue) = 217+7+138=362 (47% of max value = 765). Red value is 217 (85.16% from 255 or 59.94% from 362); Green value is 7 (3.12% from 255 or 1.93% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 217 - color contains mainly: red. Hex color #D9078A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9078A is #26F875. Grayscale: #545454. Windows color (decimal): -2553974 or 9045977. OLE color: 9045977.

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

Color convert

RGB 217 7 138 -
CMYK 0 0.97 0.36 0.15
HSL 322.57º 0.94% 0.44% -
HSV(B) 322.57º 0.97% 0.85% -
XYZ 33.28 16.74 25.52 -
YUV 84.72 158.07 222.35 -
System Red Green Blue C M Y K H S L
Decimal 217 7 138 0 0.97 0.36 0.15 322.57 0.94 0.44
Hex D9 7 8A 0 61 24 F 143 5E 2C
Octal 331 7 212 0 141 44 17 503 136 54
Binary 11011001 111 10001010 0 1100001 100100 1111 101000011 1011110 101100

Color Harmonies of #D9078A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9078A

Black with #D9078A

Text Example


Text Example

White with #D9078A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9078A; }

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

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

background-color css

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

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

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

border-color css

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

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

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