Html Css Color HEX #D61379 Medium Violet Red

📋 copy color: '#D61379'

red 214 ◦ green 19 ◦ blue 121

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

Shades of Medium Violet Red #D61379

Tints of Medium Violet Red #D61379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 34.18%

R = 60.45%
G = 5.37%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D61379 (or 0xD61379) is known color: Medium Violet Red. HEX triplet: D6, 13 and 79. RGB value is (214,19,121). Sum of RGB (Red+Green+Blue) = 214+19+121=354 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.45% from 354); Green value is 19 (7.81% from 255 or 5.37% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 214 - color contains mainly: red. Hex color #D61379 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61379 is #29EC86. Grayscale: #585858. Windows color (decimal): -2747527 or 7934934. OLE color: 7934934.

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

Color convert

RGB 214 19 121 -
CMYK 0 0.91 0.43 0.16
HSL 328.62º 0.84% 0.46% -
HSV(B) 328.62º 0.91% 0.84% -
XYZ 31.42 16.14 19.55 -
YUV 88.93 146.1 217.21 -
System Red Green Blue C M Y K H S L
Decimal 214 19 121 0 0.91 0.43 0.16 328.62 0.84 0.46
Hex D6 13 79 0 5B 2B 10 149 54 2E
Octal 326 23 171 0 133 53 20 511 124 56
Binary 11010110 10011 1111001 0 1011011 101011 10000 101001001 1010100 101110

Color Harmonies of #D61379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61379

Black with #D61379

Text Example


Text Example

White with #D61379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61379; }

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

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

background-color css

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

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

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

border-color css

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

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

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