Html Css Color HEX #D61775 Medium Violet Red

📋 copy color: '#D61775'

red 214 ◦ green 23 ◦ blue 117

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

Shades of Medium Violet Red #D61775

Tints of Medium Violet Red #D61775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.05%

R = 60.45%
G = 6.5%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D61775 (or 0xD61775) is known color: Medium Violet Red. HEX triplet: D6, 17 and 75. RGB value is (214,23,117). Sum of RGB (Red+Green+Blue) = 214+23+117=354 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.45% from 354); Green value is 23 (9.38% from 255 or 6.50% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 214 - color contains mainly: red. Hex color #D61775 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61775 is #29E88A. Grayscale: #5A5A5A. Windows color (decimal): -2746507 or 7673814. OLE color: 7673814.

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

Color convert

RGB 214 23 117 -
CMYK 0 0.89 0.45 0.16
HSL 330.47º 0.81% 0.46% -
HSV(B) 330.47º 0.89% 0.84% -
XYZ 31.25 16.19 18.31 -
YUV 90.83 142.78 215.86 -
System Red Green Blue C M Y K H S L
Decimal 214 23 117 0 0.89 0.45 0.16 330.47 0.81 0.46
Hex D6 17 75 0 59 2D 10 14A 51 2E
Octal 326 27 165 0 131 55 20 512 121 56
Binary 11010110 10111 1110101 0 1011001 101101 10000 101001010 1010001 101110

Color Harmonies of #D61775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61775

Black with #D61775

Text Example


Text Example

White with #D61775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61775; }

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

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

background-color css

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

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

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

border-color css

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

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

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