Html Css Color HEX #D2079A Medium Violet Red

📋 copy color: '#D2079A'

red 210 ◦ green 7 ◦ blue 154

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

Shades of Medium Violet Red #D2079A

Tints of Medium Violet Red #D2079A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.51%

R = 56.6%
G = 1.89%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D2079A (or 0xD2079A) is known color: Medium Violet Red. HEX triplet: D2, 07 and 9A. RGB value is (210,7,154). Sum of RGB (Red+Green+Blue) = 210+7+154=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 7 (3.12% from 255 or 1.89% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D2079A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2079A is #2DF865. Grayscale: #545454. Windows color (decimal): -3012710 or 10094546. OLE color: 10094546.

HSL color Cylindrical-coordinate representation of color #D2079A: hue angle of 316.55º 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 #D2079A is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 7 154 -
CMYK 0 0.97 0.27 0.18
HSL 316.55º 0.94% 0.43% -
HSV(B) 316.55º 0.97% 0.82% -
XYZ 32.49 16.19 31.98 -
YUV 84.46 167.25 217.55 -
System Red Green Blue C M Y K H S L
Decimal 210 7 154 0 0.97 0.27 0.18 316.55 0.94 0.43
Hex D2 7 9A 0 61 1B 12 13D 5E 2B
Octal 322 7 232 0 141 33 22 475 136 53
Binary 11010010 111 10011010 0 1100001 11011 10010 100111101 1011110 101011

Color Harmonies of #D2079A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2079A

Black with #D2079A

Text Example


Text Example

White with #D2079A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2079A; }

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

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

background-color css

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

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

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

border-color css

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

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

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