Html Css Color HEX #D61784 Medium Violet Red

📋 copy color: '#D61784'

red 214 ◦ green 23 ◦ blue 132

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

Shades of Medium Violet Red #D61784

Tints of Medium Violet Red #D61784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 35.77%

R = 57.99%
G = 6.23%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D61784 (or 0xD61784) is known color: Medium Violet Red. HEX triplet: D6, 17 and 84. RGB value is (214,23,132). Sum of RGB (Red+Green+Blue) = 214+23+132=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 23 (9.38% from 255 or 6.23% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D61784 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61784 is #29E87B. Grayscale: #5C5C5C. Windows color (decimal): -2746492 or 8656854. OLE color: 8656854.

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

Color convert

RGB 214 23 132 -
CMYK 0 0.89 0.38 0.16
HSL 325.76º 0.81% 0.46% -
HSV(B) 325.76º 0.89% 0.84% -
XYZ 32.2 16.57 23.33 -
YUV 92.54 150.28 214.64 -
System Red Green Blue C M Y K H S L
Decimal 214 23 132 0 0.89 0.38 0.16 325.76 0.81 0.46
Hex D6 17 84 0 59 26 10 146 51 2E
Octal 326 27 204 0 131 46 20 506 121 56
Binary 11010110 10111 10000100 0 1011001 100110 10000 101000110 1010001 101110

Color Harmonies of #D61784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61784

Black with #D61784

Text Example


Text Example

White with #D61784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61784; }

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

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

background-color css

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

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

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

border-color css

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

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

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