Html Css Color HEX #D61C94 Medium Violet Red

📋 copy color: '#D61C94'

red 214 ◦ green 28 ◦ blue 148

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

Shades of Medium Violet Red #D61C94

Tints of Medium Violet Red #D61C94

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.18%

 BLUE value IS 148 (58.2% from 255) = 37.95%

R = 54.87%
G = 7.18%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D61C94 (or 0xD61C94) is known color: Medium Violet Red. HEX triplet: D6, 1C and 94. RGB value is (214,28,148). Sum of RGB (Red+Green+Blue) = 214+28+148=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 28 (11.33% from 255 or 7.18% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D61C94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61C94 is #29E36B. Grayscale: #616161. Windows color (decimal): -2745196 or 9706710. OLE color: 9706710.

HSL color Cylindrical-coordinate representation of color #D61C94: hue angle of 321.29º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D61C94 is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 28 148 -
CMYK 0 0.87 0.31 0.16
HSL 321.29º 0.77% 0.47% -
HSV(B) 321.29º 0.87% 0.84% -
XYZ 33.49 17.26 29.58 -
YUV 97.29 156.62 211.24 -
System Red Green Blue C M Y K H S L
Decimal 214 28 148 0 0.87 0.31 0.16 321.29 0.77 0.47
Hex D6 1C 94 0 57 1F 10 141 4D 2F
Octal 326 34 224 0 127 37 20 501 115 57
Binary 11010110 11100 10010100 0 1010111 11111 10000 101000001 1001101 101111

Color Harmonies of #D61C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61C94

Black with #D61C94

Text Example


Text Example

White with #D61C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61C94; }

 p { color: rgb(214,28,148); }

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

background-color css

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

 a { background-color: rgb(214,28,148); }

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

border-color css

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

 span { border-color: rgb(214,28,148); }

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