Html Css Color HEX #D61F8C Medium Violet Red

📋 copy color: '#D61F8C'

red 214 ◦ green 31 ◦ blue 140

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

Shades of Medium Violet Red #D61F8C

Tints of Medium Violet Red #D61F8C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.05%

 BLUE value IS 140 (55.08% from 255) = 36.36%

R = 55.58%
G = 8.05%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D61F8C (or 0xD61F8C) is known color: Medium Violet Red. HEX triplet: D6, 1F and 8C. RGB value is (214,31,140). Sum of RGB (Red+Green+Blue) = 214+31+140=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 31 (12.5% from 255 or 8.05% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D61F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61F8C is #29E073. Grayscale: #616161. Windows color (decimal): -2744436 or 9183190. OLE color: 9183190.

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

Color convert

RGB 214 31 140 -
CMYK 0 0.86 0.35 0.16
HSL 324.26º 0.75% 0.48% -
HSV(B) 324.26º 0.86% 0.84% -
XYZ 32.96 17.17 26.39 -
YUV 98.14 151.63 210.64 -
System Red Green Blue C M Y K H S L
Decimal 214 31 140 0 0.86 0.35 0.16 324.26 0.75 0.48
Hex D6 1F 8C 0 56 23 10 144 4B 30
Octal 326 37 214 0 126 43 20 504 113 60
Binary 11010110 11111 10001100 0 1010110 100011 10000 101000100 1001011 110000

Color Harmonies of #D61F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61F8C

Black with #D61F8C

Text Example


Text Example

White with #D61F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61F8C; }

 p { color: rgb(214,31,140); }

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

background-color css

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

 a { background-color: rgb(214,31,140); }

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

border-color css

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

 span { border-color: rgb(214,31,140); }

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