Html Css Color HEX #D6209D Medium Violet Red

📋 copy color: '#D6209D'

red 214 ◦ green 32 ◦ blue 157

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

Shades of Medium Violet Red #D6209D

Tints of Medium Violet Red #D6209D

RGB

 RED value IS 214 (83.98% from 255) = 53.1%

 GREEN value IS 32 (12.89% from 255) = 7.94%

 BLUE value IS 157 (61.72% from 255) = 38.96%

R = 53.1%
G = 7.94%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D6209D (or 0xD6209D) is known color: Medium Violet Red. HEX triplet: D6, 20 and 9D. RGB value is (214,32,157). Sum of RGB (Red+Green+Blue) = 214+32+157=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 32 (12.89% from 255 or 7.94% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D6209D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6209D is #29DF62. Grayscale: #646464. Windows color (decimal): -2744163 or 10297558. OLE color: 10297558.

HSL color Cylindrical-coordinate representation of color #D6209D: hue angle of 318.79º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D6209D is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 32 157 -
CMYK 0 0.85 0.27 0.16
HSL 318.79º 0.74% 0.48% -
HSV(B) 318.79º 0.85% 0.84% -
XYZ 34.33 17.76 33.52 -
YUV 100.67 159.8 208.84 -
System Red Green Blue C M Y K H S L
Decimal 214 32 157 0 0.85 0.27 0.16 318.79 0.74 0.48
Hex D6 20 9D 0 55 1B 10 13F 4A 30
Octal 326 40 235 0 125 33 20 477 112 60
Binary 11010110 100000 10011101 0 1010101 11011 10000 100111111 1001010 110000

Color Harmonies of #D6209D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6209D

Black with #D6209D

Text Example


Text Example

White with #D6209D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6209D; }

 p { color: rgb(214,32,157); }

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

background-color css

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

 a { background-color: rgb(214,32,157); }

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

border-color css

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

 span { border-color: rgb(214,32,157); }

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