Html Css Color HEX #D6208D Medium Violet Red

📋 copy color: '#D6208D'

red 214 ◦ green 32 ◦ blue 141

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

Shades of Medium Violet Red #D6208D

Tints of Medium Violet Red #D6208D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.43%

R = 55.3%
G = 8.27%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D6208D (or 0xD6208D) is known color: Medium Violet Red. HEX triplet: D6, 20 and 8D. RGB value is (214,32,141). Sum of RGB (Red+Green+Blue) = 214+32+141=387 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.30% from 387); Green value is 32 (12.89% from 255 or 8.27% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 214 - color contains mainly: red. Hex color #D6208D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6208D is #29DF72. Grayscale: #626262. Windows color (decimal): -2744179 or 9248982. OLE color: 9248982.

HSL color Cylindrical-coordinate representation of color #D6208D: hue angle of 324.07º 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 #D6208D is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 32 141 -
CMYK 0 0.85 0.34 0.16
HSL 324.07º 0.74% 0.48% -
HSV(B) 324.07º 0.85% 0.84% -
XYZ 33.06 17.25 26.79 -
YUV 98.84 151.8 210.14 -
System Red Green Blue C M Y K H S L
Decimal 214 32 141 0 0.85 0.34 0.16 324.07 0.74 0.48
Hex D6 20 8D 0 55 22 10 144 4A 30
Octal 326 40 215 0 125 42 20 504 112 60
Binary 11010110 100000 10001101 0 1010101 100010 10000 101000100 1001010 110000

Color Harmonies of #D6208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6208D

Black with #D6208D

Text Example


Text Example

White with #D6208D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6208D; }

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

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

background-color css

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

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

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

border-color css

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

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

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