Html Css Color HEX #D61091 Medium Violet Red

📋 copy color: '#D61091'

red 214 ◦ green 16 ◦ blue 145

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

Shades of Medium Violet Red #D61091

Tints of Medium Violet Red #D61091

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.27%

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

R = 57.07%
G = 4.27%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D61091 (or 0xD61091) is known color: Medium Violet Red. HEX triplet: D6, 10 and 91. RGB value is (214,16,145). Sum of RGB (Red+Green+Blue) = 214+16+145=375 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.07% from 375); Green value is 16 (6.64% from 255 or 4.27% from 375); Blue value is 145 (57.03% from 255 or 38.67% from 375); Max value from RGB is 214 - color contains mainly: red. Hex color #D61091 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61091 is #29EF6E. Grayscale: #595959. Windows color (decimal): -2748271 or 9507030. OLE color: 9507030.

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

Color convert

RGB 214 16 145 -
CMYK 0 0.93 0.32 0.16
HSL 320.91º 0.86% 0.45% -
HSV(B) 320.91º 0.93% 0.84% -
XYZ 33.03 16.71 28.27 -
YUV 89.91 159.1 216.51 -
System Red Green Blue C M Y K H S L
Decimal 214 16 145 0 0.93 0.32 0.16 320.91 0.86 0.45
Hex D6 10 91 0 5D 20 10 141 56 2D
Octal 326 20 221 0 135 40 20 501 126 55
Binary 11010110 10000 10010001 0 1011101 100000 10000 101000001 1010110 101101

Color Harmonies of #D61091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61091

Black with #D61091

Text Example


Text Example

White with #D61091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61091; }

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

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

background-color css

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

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

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

border-color css

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

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

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