Html Css Color HEX #D62091 Medium Violet Red

📋 copy color: '#D62091'

red 214 ◦ green 32 ◦ blue 145

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

Shades of Medium Violet Red #D62091

Tints of Medium Violet Red #D62091

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.18%

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

R = 54.73%
G = 8.18%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D62091 (or 0xD62091) is known color: Medium Violet Red. HEX triplet: D6, 20 and 91. RGB value is (214,32,145). Sum of RGB (Red+Green+Blue) = 214+32+145=391 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.73% from 391); Green value is 32 (12.89% from 255 or 8.18% from 391); Blue value is 145 (57.03% from 255 or 37.08% from 391); Max value from RGB is 214 - color contains mainly: red. Hex color #D62091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62091 is #29DF6E. Grayscale: #636363. Windows color (decimal): -2744175 or 9511126. OLE color: 9511126.

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

Color convert

RGB 214 32 145 -
CMYK 0 0.85 0.32 0.16
HSL 322.75º 0.74% 0.48% -
HSV(B) 322.75º 0.85% 0.84% -
XYZ 33.36 17.37 28.38 -
YUV 99.3 153.8 209.81 -
System Red Green Blue C M Y K H S L
Decimal 214 32 145 0 0.85 0.32 0.16 322.75 0.74 0.48
Hex D6 20 91 0 55 20 10 143 4A 30
Octal 326 40 221 0 125 40 20 503 112 60
Binary 11010110 100000 10010001 0 1010101 100000 10000 101000011 1001010 110000

Color Harmonies of #D62091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62091

Black with #D62091

Text Example


Text Example

White with #D62091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62091; }

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

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

background-color css

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

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

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

border-color css

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

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

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