Html Css Color HEX #D20679 Medium Violet Red

📋 copy color: '#D20679'

red 210 ◦ green 6 ◦ blue 121

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

Shades of Medium Violet Red #D20679

Tints of Medium Violet Red #D20679

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.78%

 BLUE value IS 121 (47.66% from 255) = 35.91%

R = 62.31%
G = 1.78%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D20679 (or 0xD20679) is known color: Medium Violet Red. HEX triplet: D2, 06 and 79. RGB value is (210,6,121). Sum of RGB (Red+Green+Blue) = 210+6+121=337 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.31% from 337); Green value is 6 (2.73% from 255 or 1.78% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 210 - color contains mainly: red. Hex color #D20679 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20679 is #2DF986. Grayscale: #4F4F4F. Windows color (decimal): -3012999 or 7931602. OLE color: 7931602.

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

Color convert

RGB 210 6 121 -
CMYK 0 0.97 0.42 0.18
HSL 326.18º 0.94% 0.42% -
HSV(B) 326.18º 0.97% 0.82% -
XYZ 30.09 15.21 19.44 -
YUV 80.11 151.09 220.65 -
System Red Green Blue C M Y K H S L
Decimal 210 6 121 0 0.97 0.42 0.18 326.18 0.94 0.42
Hex D2 6 79 0 61 2A 12 146 5E 2A
Octal 322 6 171 0 141 52 22 506 136 52
Binary 11010010 110 1111001 0 1100001 101010 10010 101000110 1011110 101010

Color Harmonies of #D20679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20679

Black with #D20679

Text Example


Text Example

White with #D20679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20679; }

 p { color: rgb(210,6,121); }

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

background-color css

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

 a { background-color: rgb(210,6,121); }

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

border-color css

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

 span { border-color: rgb(210,6,121); }

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