Html Css Color HEX #D61FA8 Medium Violet Red

📋 copy color: '#D61FA8'

red 214 ◦ green 31 ◦ blue 168

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

Shades of Medium Violet Red #D61FA8

Tints of Medium Violet Red #D61FA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.68%

R = 51.82%
G = 7.51%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D61FA8 (or 0xD61FA8) is known color: Medium Violet Red. HEX triplet: D6, 1F and A8. RGB value is (214,31,168). Sum of RGB (Red+Green+Blue) = 214+31+168=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 31 (12.5% from 255 or 7.51% from 413); Blue value is 168 (66.02% from 255 or 40.68% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D61FA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61FA8 is #29E057. Grayscale: #646464. Windows color (decimal): -2744408 or 11018198. OLE color: 11018198.

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

Color convert

RGB 214 31 168 -
CMYK 0 0.86 0.21 0.16
HSL 315.08º 0.75% 0.48% -
HSV(B) 315.08º 0.86% 0.84% -
XYZ 35.29 18.1 38.68 -
YUV 101.34 165.63 208.36 -
System Red Green Blue C M Y K H S L
Decimal 214 31 168 0 0.86 0.21 0.16 315.08 0.75 0.48
Hex D6 1F A8 0 56 15 10 13B 4B 30
Octal 326 37 250 0 126 25 20 473 113 60
Binary 11010110 11111 10101000 0 1010110 10101 10000 100111011 1001011 110000

Color Harmonies of #D61FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61FA8

Black with #D61FA8

Text Example


Text Example

White with #D61FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61FA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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