Html Css Color HEX #D2079F Medium Violet Red

📋 copy color: '#D2079F'

red 210 ◦ green 7 ◦ blue 159

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

Shades of Medium Violet Red #D2079F

Tints of Medium Violet Red #D2079F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.29%

R = 55.85%
G = 1.86%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D2079F (or 0xD2079F) is known color: Medium Violet Red. HEX triplet: D2, 07 and 9F. RGB value is (210,7,159). Sum of RGB (Red+Green+Blue) = 210+7+159=376 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.85% from 376); Green value is 7 (3.12% from 255 or 1.86% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 210 - color contains mainly: red. Hex color #D2079F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2079F is #2DF860. Grayscale: #545454. Windows color (decimal): -3012705 or 10422226. OLE color: 10422226.

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

Color convert

RGB 210 7 159 -
CMYK 0 0.97 0.24 0.18
HSL 315.07º 0.94% 0.43% -
HSV(B) 315.07º 0.97% 0.82% -
XYZ 32.91 16.36 34.22 -
YUV 85.03 169.75 217.14 -
System Red Green Blue C M Y K H S L
Decimal 210 7 159 0 0.97 0.24 0.18 315.07 0.94 0.43
Hex D2 7 9F 0 61 18 12 13B 5E 2B
Octal 322 7 237 0 141 30 22 473 136 53
Binary 11010010 111 10011111 0 1100001 11000 10010 100111011 1011110 101011

Color Harmonies of #D2079F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2079F

Black with #D2079F

Text Example


Text Example

White with #D2079F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2079F; }

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

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

background-color css

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

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

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

border-color css

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

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

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