Html Css Color HEX #D61D92 Medium Violet Red

📋 copy color: '#D61D92'

red 214 ◦ green 29 ◦ blue 146

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

Shades of Medium Violet Red #D61D92

Tints of Medium Violet Red #D61D92

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.46%

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

R = 55.01%
G = 7.46%
B = 37.53%

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

#D61D92 (or 0xD61D92) is known color: Medium Violet Red. HEX triplet: D6, 1D and 92. RGB value is (214,29,146). Sum of RGB (Red+Green+Blue) = 214+29+146=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 29 (11.72% from 255 or 7.46% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D61D92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61D92 is #29E26D. Grayscale: #616161. Windows color (decimal): -2744942 or 9575894. OLE color: 9575894.

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

Color convert

RGB 214 29 146 -
CMYK 0 0.86 0.32 0.16
HSL 322.05º 0.76% 0.48% -
HSV(B) 322.05º 0.86% 0.84% -
XYZ 33.36 17.25 28.77 -
YUV 97.65 155.29 210.99 -
System Red Green Blue C M Y K H S L
Decimal 214 29 146 0 0.86 0.32 0.16 322.05 0.76 0.48
Hex D6 1D 92 0 56 20 10 142 4C 30
Octal 326 35 222 0 126 40 20 502 114 60
Binary 11010110 11101 10010010 0 1010110 100000 10000 101000010 1001100 110000

Color Harmonies of #D61D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61D92

Black with #D61D92

Text Example


Text Example

White with #D61D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61D92; }

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

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

background-color css

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

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

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

border-color css

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

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

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