Html Css Color HEX #D61C91 Medium Violet Red

📋 copy color: '#D61C91'

red 214 ◦ green 28 ◦ blue 145

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

Shades of Medium Violet Red #D61C91

Tints of Medium Violet Red #D61C91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 37.47%

R = 55.3%
G = 7.24%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D61C91 (or 0xD61C91) is known color: Medium Violet Red. HEX triplet: D6, 1C and 91. RGB value is (214,28,145). Sum of RGB (Red+Green+Blue) = 214+28+145=387 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.30% from 387); Green value is 28 (11.33% from 255 or 7.24% from 387); Blue value is 145 (57.03% from 255 or 37.47% from 387); Max value from RGB is 214 - color contains mainly: red. Hex color #D61C91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61C91 is #29E36E. Grayscale: #606060. Windows color (decimal): -2745199 or 9510102. OLE color: 9510102.

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

Color convert

RGB 214 28 145 -
CMYK 0 0.87 0.32 0.16
HSL 322.26º 0.77% 0.47% -
HSV(B) 322.26º 0.87% 0.84% -
XYZ 33.26 17.17 28.35 -
YUV 96.95 155.12 211.49 -
System Red Green Blue C M Y K H S L
Decimal 214 28 145 0 0.87 0.32 0.16 322.26 0.77 0.47
Hex D6 1C 91 0 57 20 10 142 4D 2F
Octal 326 34 221 0 127 40 20 502 115 57
Binary 11010110 11100 10010001 0 1010111 100000 10000 101000010 1001101 101111

Color Harmonies of #D61C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61C91

Black with #D61C91

Text Example


Text Example

White with #D61C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61C91; }

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

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

background-color css

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

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

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

border-color css

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

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

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