Html Css Color HEX #D61E9C Medium Violet Red

📋 copy color: '#D61E9C'

red 214 ◦ green 30 ◦ blue 156

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

Shades of Medium Violet Red #D61E9C

Tints of Medium Violet Red #D61E9C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.5%

 BLUE value IS 156 (61.33% from 255) = 39%

R = 53.5%
G = 7.5%
B = 39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D61E9C (or 0xD61E9C) is known color: Medium Violet Red. HEX triplet: D6, 1E and 9C. RGB value is (214,30,156). Sum of RGB (Red+Green+Blue) = 214+30+156=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 30 (12.11% from 255 or 7.5% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D61E9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61E9C is #29E163. Grayscale: #636363. Windows color (decimal): -2744676 or 10231510. OLE color: 10231510.

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

Color convert

RGB 214 30 156 -
CMYK 0 0.86 0.27 0.16
HSL 318.91º 0.75% 0.48% -
HSV(B) 318.91º 0.86% 0.84% -
XYZ 34.2 17.62 33.05 -
YUV 99.38 159.96 209.75 -
System Red Green Blue C M Y K H S L
Decimal 214 30 156 0 0.86 0.27 0.16 318.91 0.75 0.48
Hex D6 1E 9C 0 56 1B 10 13F 4B 30
Octal 326 36 234 0 126 33 20 477 113 60
Binary 11010110 11110 10011100 0 1010110 11011 10000 100111111 1001011 110000

Color Harmonies of #D61E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61E9C

Black with #D61E9C

Text Example


Text Example

White with #D61E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61E9C; }

 p { color: rgb(214,30,156); }

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

background-color css

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

 a { background-color: rgb(214,30,156); }

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

border-color css

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

 span { border-color: rgb(214,30,156); }

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