Html Css Color HEX #D61377 Medium Violet Red

📋 copy color: '#D61377'

red 214 ◦ green 19 ◦ blue 119

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

Shades of Medium Violet Red #D61377

Tints of Medium Violet Red #D61377

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.4%

 BLUE value IS 119 (46.88% from 255) = 33.81%

R = 60.8%
G = 5.4%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D61377 (or 0xD61377) is known color: Medium Violet Red. HEX triplet: D6, 13 and 77. RGB value is (214,19,119). Sum of RGB (Red+Green+Blue) = 214+19+119=352 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.80% from 352); Green value is 19 (7.81% from 255 or 5.40% from 352); Blue value is 119 (46.88% from 255 or 33.81% from 352); Max value from RGB is 214 - color contains mainly: red. Hex color #D61377 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61377 is #29EC88. Grayscale: #585858. Windows color (decimal): -2747529 or 7803862. OLE color: 7803862.

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

Color convert

RGB 214 19 119 -
CMYK 0 0.91 0.44 0.16
HSL 329.23º 0.84% 0.46% -
HSV(B) 329.23º 0.91% 0.84% -
XYZ 31.29 16.09 18.91 -
YUV 88.71 145.1 217.37 -
System Red Green Blue C M Y K H S L
Decimal 214 19 119 0 0.91 0.44 0.16 329.23 0.84 0.46
Hex D6 13 77 0 5B 2C 10 149 54 2E
Octal 326 23 167 0 133 54 20 511 124 56
Binary 11010110 10011 1110111 0 1011011 101100 10000 101001001 1010100 101110

Color Harmonies of #D61377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61377

Black with #D61377

Text Example


Text Example

White with #D61377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61377; }

 p { color: rgb(214,19,119); }

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

background-color css

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

 a { background-color: rgb(214,19,119); }

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

border-color css

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

 span { border-color: rgb(214,19,119); }

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