Html Css Color HEX #D61497 Medium Violet Red

📋 copy color: '#D61497'

red 214 ◦ green 20 ◦ blue 151

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

Shades of Medium Violet Red #D61497

Tints of Medium Violet Red #D61497

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.19%

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

R = 55.58%
G = 5.19%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D61497 (or 0xD61497) is known color: Medium Violet Red. HEX triplet: D6, 14 and 97. RGB value is (214,20,151). Sum of RGB (Red+Green+Blue) = 214+20+151=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 20 (8.20% from 255 or 5.19% from 385); Blue value is 151 (59.38% from 255 or 39.22% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D61497 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61497 is #29EB68. Grayscale: #5C5C5C. Windows color (decimal): -2747241 or 9901270. OLE color: 9901270.

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

Color convert

RGB 214 20 151 -
CMYK 0 0.91 0.29 0.16
HSL 319.48º 0.83% 0.46% -
HSV(B) 319.48º 0.91% 0.84% -
XYZ 33.57 17.03 30.8 -
YUV 92.94 160.77 214.35 -
System Red Green Blue C M Y K H S L
Decimal 214 20 151 0 0.91 0.29 0.16 319.48 0.83 0.46
Hex D6 14 97 0 5B 1D 10 13F 53 2E
Octal 326 24 227 0 133 35 20 477 123 56
Binary 11010110 10100 10010111 0 1011011 11101 10000 100111111 1010011 101110

Color Harmonies of #D61497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61497

Black with #D61497

Text Example


Text Example

White with #D61497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61497; }

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

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

background-color css

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

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

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

border-color css

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

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

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