Html Css Color HEX #D61794 Medium Violet Red

📋 copy color: '#D61794'

red 214 ◦ green 23 ◦ blue 148

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

Shades of Medium Violet Red #D61794

Tints of Medium Violet Red #D61794

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.97%

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

R = 55.58%
G = 5.97%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D61794 (or 0xD61794) is known color: Medium Violet Red. HEX triplet: D6, 17 and 94. RGB value is (214,23,148). Sum of RGB (Red+Green+Blue) = 214+23+148=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 23 (9.38% from 255 or 5.97% from 385); Blue value is 148 (58.20% from 255 or 38.44% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D61794 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61794 is #29E86B. Grayscale: #5E5E5E. Windows color (decimal): -2746476 or 9705430. OLE color: 9705430.

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

Color convert

RGB 214 23 148 -
CMYK 0 0.89 0.31 0.16
HSL 320.73º 0.81% 0.46% -
HSV(B) 320.73º 0.89% 0.84% -
XYZ 33.38 17.05 29.55 -
YUV 94.36 158.28 213.34 -
System Red Green Blue C M Y K H S L
Decimal 214 23 148 0 0.89 0.31 0.16 320.73 0.81 0.46
Hex D6 17 94 0 59 1F 10 141 51 2E
Octal 326 27 224 0 131 37 20 501 121 56
Binary 11010110 10111 10010100 0 1011001 11111 10000 101000001 1010001 101110

Color Harmonies of #D61794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61794

Black with #D61794

Text Example


Text Example

White with #D61794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61794; }

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

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

background-color css

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

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

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

border-color css

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

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

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