Html Css Color HEX #D61777 Medium Violet Red

📋 copy color: '#D61777'

red 214 ◦ green 23 ◦ blue 119

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

Shades of Medium Violet Red #D61777

Tints of Medium Violet Red #D61777

RGB

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

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

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

R = 60.11%
G = 6.46%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D61777 (or 0xD61777) is known color: Medium Violet Red. HEX triplet: D6, 17 and 77. RGB value is (214,23,119). Sum of RGB (Red+Green+Blue) = 214+23+119=356 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.11% from 356); Green value is 23 (9.38% from 255 or 6.46% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 214 - color contains mainly: red. Hex color #D61777 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61777 is #29E888. Grayscale: #5A5A5A. Windows color (decimal): -2746505 or 7804886. OLE color: 7804886.

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

Color convert

RGB 214 23 119 -
CMYK 0 0.89 0.44 0.16
HSL 329.84º 0.81% 0.46% -
HSV(B) 329.84º 0.89% 0.84% -
XYZ 31.37 16.24 18.93 -
YUV 91.05 143.78 215.69 -
System Red Green Blue C M Y K H S L
Decimal 214 23 119 0 0.89 0.44 0.16 329.84 0.81 0.46
Hex D6 17 77 0 59 2C 10 14A 51 2E
Octal 326 27 167 0 131 54 20 512 121 56
Binary 11010110 10111 1110111 0 1011001 101100 10000 101001010 1010001 101110

Color Harmonies of #D61777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61777

Black with #D61777

Text Example


Text Example

White with #D61777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61777; }

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

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

background-color css

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

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

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

border-color css

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

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

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