Html Css Color HEX #D61C97 Medium Violet Red

📋 copy color: '#D61C97'

red 214 ◦ green 28 ◦ blue 151

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

Shades of Medium Violet Red #D61C97

Tints of Medium Violet Red #D61C97

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.12%

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

R = 54.45%
G = 7.12%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D61C97 (or 0xD61C97) is known color: Medium Violet Red. HEX triplet: D6, 1C and 97. RGB value is (214,28,151). Sum of RGB (Red+Green+Blue) = 214+28+151=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 28 (11.33% from 255 or 7.12% from 393); Blue value is 151 (59.38% from 255 or 38.42% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D61C97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61C97 is #29E368. Grayscale: #616161. Windows color (decimal): -2745193 or 9903318. OLE color: 9903318.

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

Color convert

RGB 214 28 151 -
CMYK 0 0.87 0.29 0.16
HSL 320.32º 0.77% 0.47% -
HSV(B) 320.32º 0.87% 0.84% -
XYZ 33.73 17.36 30.85 -
YUV 97.64 158.12 211 -
System Red Green Blue C M Y K H S L
Decimal 214 28 151 0 0.87 0.29 0.16 320.32 0.77 0.47
Hex D6 1C 97 0 57 1D 10 140 4D 2F
Octal 326 34 227 0 127 35 20 500 115 57
Binary 11010110 11100 10010111 0 1010111 11101 10000 101000000 1001101 101111

Color Harmonies of #D61C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61C97

Black with #D61C97

Text Example


Text Example

White with #D61C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61C97; }

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

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

background-color css

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

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

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

border-color css

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

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

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