Html Css Color HEX #D61097 Medium Violet Red

📋 copy color: '#D61097'

red 214 ◦ green 16 ◦ blue 151

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

Shades of Medium Violet Red #D61097

Tints of Medium Violet Red #D61097

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.2%

 BLUE value IS 151 (59.38% from 255) = 39.63%

R = 56.17%
G = 4.2%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D61097 (or 0xD61097) is known color: Medium Violet Red. HEX triplet: D6, 10 and 97. RGB value is (214,16,151). Sum of RGB (Red+Green+Blue) = 214+16+151=381 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.17% from 381); Green value is 16 (6.64% from 255 or 4.20% from 381); Blue value is 151 (59.38% from 255 or 39.63% from 381); Max value from RGB is 214 - color contains mainly: red. Hex color #D61097 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61097 is #29EF68. Grayscale: #5A5A5A. Windows color (decimal): -2748265 or 9900246. OLE color: 9900246.

HSL color Cylindrical-coordinate representation of color #D61097: hue angle of 319.09º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D61097 is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 16 151 -
CMYK 0 0.93 0.29 0.16
HSL 319.09º 0.86% 0.45% -
HSV(B) 319.09º 0.93% 0.84% -
XYZ 33.5 16.9 30.77 -
YUV 90.59 162.1 216.02 -
System Red Green Blue C M Y K H S L
Decimal 214 16 151 0 0.93 0.29 0.16 319.09 0.86 0.45
Hex D6 10 97 0 5D 1D 10 13F 56 2D
Octal 326 20 227 0 135 35 20 477 126 55
Binary 11010110 10000 10010111 0 1011101 11101 10000 100111111 1010110 101101

Color Harmonies of #D61097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61097

Black with #D61097

Text Example


Text Example

White with #D61097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61097; }

 p { color: rgb(214,16,151); }

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

background-color css

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

 a { background-color: rgb(214,16,151); }

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

border-color css

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

 span { border-color: rgb(214,16,151); }

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