Html Css Color HEX #D2079E Medium Violet Red

📋 copy color: '#D2079E'

red 210 ◦ green 7 ◦ blue 158

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

Shades of Medium Violet Red #D2079E

Tints of Medium Violet Red #D2079E

RGB

 RED value IS 210 (82.42% from 255) = 56%

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

 BLUE value IS 158 (62.11% from 255) = 42.13%

R = 56%
G = 1.87%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D2079E (or 0xD2079E) is known color: Medium Violet Red. HEX triplet: D2, 07 and 9E. RGB value is (210,7,158). Sum of RGB (Red+Green+Blue) = 210+7+158=375 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56% from 375); Green value is 7 (3.12% from 255 or 1.87% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 210 - color contains mainly: red. Hex color #D2079E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2079E is #2DF861. Grayscale: #545454. Windows color (decimal): -3012706 or 10356690. OLE color: 10356690.

HSL color Cylindrical-coordinate representation of color #D2079E: hue angle of 315.37º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D2079E is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 7 158 -
CMYK 0 0.97 0.25 0.18
HSL 315.37º 0.94% 0.43% -
HSV(B) 315.37º 0.97% 0.82% -
XYZ 32.83 16.32 33.77 -
YUV 84.91 169.25 217.22 -
System Red Green Blue C M Y K H S L
Decimal 210 7 158 0 0.97 0.25 0.18 315.37 0.94 0.43
Hex D2 7 9E 0 61 19 12 13B 5E 2B
Octal 322 7 236 0 141 31 22 473 136 53
Binary 11010010 111 10011110 0 1100001 11001 10010 100111011 1011110 101011

Color Harmonies of #D2079E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2079E

Black with #D2079E

Text Example


Text Example

White with #D2079E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2079E; }

 p { color: rgb(210,7,158); }

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

background-color css

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

 a { background-color: rgb(210,7,158); }

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

border-color css

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

 span { border-color: rgb(210,7,158); }

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