Html Css Color HEX #D61E92 Medium Violet Red

📋 copy color: '#D61E92'

red 214 ◦ green 30 ◦ blue 146

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

Shades of Medium Violet Red #D61E92

Tints of Medium Violet Red #D61E92

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.69%

 BLUE value IS 146 (57.42% from 255) = 37.44%

R = 54.87%
G = 7.69%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D61E92 (or 0xD61E92) is known color: Medium Violet Red. HEX triplet: D6, 1E and 92. RGB value is (214,30,146). Sum of RGB (Red+Green+Blue) = 214+30+146=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 30 (12.11% from 255 or 7.69% from 390); Blue value is 146 (57.42% from 255 or 37.44% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D61E92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61E92 is #29E16D. Grayscale: #616161. Windows color (decimal): -2744686 or 9576150. OLE color: 9576150.

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

Color convert

RGB 214 30 146 -
CMYK 0 0.86 0.32 0.16
HSL 322.17º 0.75% 0.48% -
HSV(B) 322.17º 0.86% 0.84% -
XYZ 33.38 17.3 28.77 -
YUV 98.24 154.96 210.57 -
System Red Green Blue C M Y K H S L
Decimal 214 30 146 0 0.86 0.32 0.16 322.17 0.75 0.48
Hex D6 1E 92 0 56 20 10 142 4B 30
Octal 326 36 222 0 126 40 20 502 113 60
Binary 11010110 11110 10010010 0 1010110 100000 10000 101000010 1001011 110000

Color Harmonies of #D61E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61E92

Black with #D61E92

Text Example


Text Example

White with #D61E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61E92; }

 p { color: rgb(214,30,146); }

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

background-color css

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

 a { background-color: rgb(214,30,146); }

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

border-color css

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

 span { border-color: rgb(214,30,146); }

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