Html Css Color HEX #D61695 Medium Violet Red

📋 copy color: '#D61695'

red 214 ◦ green 22 ◦ blue 149

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

Shades of Medium Violet Red #D61695

Tints of Medium Violet Red #D61695

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.71%

 BLUE value IS 149 (58.59% from 255) = 38.7%

R = 55.58%
G = 5.71%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D61695 (or 0xD61695) is known color: Medium Violet Red. HEX triplet: D6, 16 and 95. RGB value is (214,22,149). Sum of RGB (Red+Green+Blue) = 214+22+149=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 22 (8.98% from 255 or 5.71% from 385); Blue value is 149 (58.59% from 255 or 38.70% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D61695 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61695 is #29E96A. Grayscale: #5D5D5D. Windows color (decimal): -2746731 or 9770710. OLE color: 9770710.

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

Color convert

RGB 214 22 149 -
CMYK 0 0.90 0.30 0.16
HSL 320.31º 0.81% 0.46% -
HSV(B) 320.31º 0.9% 0.84% -
XYZ 33.44 17.04 29.96 -
YUV 93.89 159.11 213.67 -
System Red Green Blue C M Y K H S L
Decimal 214 22 149 0 0.90 0.30 0.16 320.31 0.81 0.46
Hex D6 16 95 0 5A 1E 10 140 51 2E
Octal 326 26 225 0 132 36 20 500 121 56
Binary 11010110 10110 10010101 0 1011010 11110 10000 101000000 1010001 101110

Color Harmonies of #D61695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61695

Black with #D61695

Text Example


Text Example

White with #D61695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61695; }

 p { color: rgb(214,22,149); }

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

background-color css

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

 a { background-color: rgb(214,22,149); }

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

border-color css

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

 span { border-color: rgb(214,22,149); }

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