Html Css Color HEX #D61F94 Medium Violet Red

📋 copy color: '#D61F94'

red 214 ◦ green 31 ◦ blue 148

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

Shades of Medium Violet Red #D61F94

Tints of Medium Violet Red #D61F94

RGB

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

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

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

R = 54.45%
G = 7.89%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D61F94 (or 0xD61F94) is known color: Medium Violet Red. HEX triplet: D6, 1F and 94. RGB value is (214,31,148). Sum of RGB (Red+Green+Blue) = 214+31+148=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 31 (12.5% from 255 or 7.89% from 393); Blue value is 148 (58.20% from 255 or 37.66% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D61F94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61F94 is #29E06B. Grayscale: #626262. Windows color (decimal): -2744428 or 9707478. OLE color: 9707478.

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

Color convert

RGB 214 31 148 -
CMYK 0 0.86 0.31 0.16
HSL 321.64º 0.75% 0.48% -
HSV(B) 321.64º 0.86% 0.84% -
XYZ 33.57 17.41 29.61 -
YUV 99.06 155.63 209.99 -
System Red Green Blue C M Y K H S L
Decimal 214 31 148 0 0.86 0.31 0.16 321.64 0.75 0.48
Hex D6 1F 94 0 56 1F 10 142 4B 30
Octal 326 37 224 0 126 37 20 502 113 60
Binary 11010110 11111 10010100 0 1010110 11111 10000 101000010 1001011 110000

Color Harmonies of #D61F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61F94

Black with #D61F94

Text Example


Text Example

White with #D61F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61F94; }

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

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

background-color css

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

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

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

border-color css

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

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

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