Html Css Color HEX #D61F92 Medium Violet Red

📋 copy color: '#D61F92'

red 214 ◦ green 31 ◦ blue 146

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

Shades of Medium Violet Red #D61F92

Tints of Medium Violet Red #D61F92

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.93%

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

R = 54.73%
G = 7.93%
B = 37.34%

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

#D61F92 (or 0xD61F92) is known color: Medium Violet Red. HEX triplet: D6, 1F and 92. RGB value is (214,31,146). Sum of RGB (Red+Green+Blue) = 214+31+146=391 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.73% from 391); Green value is 31 (12.5% from 255 or 7.93% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 214 - color contains mainly: red. Hex color #D61F92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61F92 is #29E06D. Grayscale: #626262. Windows color (decimal): -2744430 or 9576406. OLE color: 9576406.

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

Color convert

RGB 214 31 146 -
CMYK 0 0.86 0.32 0.16
HSL 322.3º 0.75% 0.48% -
HSV(B) 322.3º 0.86% 0.84% -
XYZ 33.41 17.35 28.78 -
YUV 98.83 154.63 210.15 -
System Red Green Blue C M Y K H S L
Decimal 214 31 146 0 0.86 0.32 0.16 322.3 0.75 0.48
Hex D6 1F 92 0 56 20 10 142 4B 30
Octal 326 37 222 0 126 40 20 502 113 60
Binary 11010110 11111 10010010 0 1010110 100000 10000 101000010 1001011 110000

Color Harmonies of #D61F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61F92

Black with #D61F92

Text Example


Text Example

White with #D61F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61F92; }

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

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

background-color css

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

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

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

border-color css

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

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

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