Html Css Color HEX #D61E90 Medium Violet Red

📋 copy color: '#D61E90'

red 214 ◦ green 30 ◦ blue 144

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

Shades of Medium Violet Red #D61E90

Tints of Medium Violet Red #D61E90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.11%

R = 55.15%
G = 7.73%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D61E90 (or 0xD61E90) is known color: Medium Violet Red. HEX triplet: D6, 1E and 90. RGB value is (214,30,144). Sum of RGB (Red+Green+Blue) = 214+30+144=388 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.15% from 388); Green value is 30 (12.11% from 255 or 7.73% from 388); Blue value is 144 (56.64% from 255 or 37.11% from 388); Max value from RGB is 214 - color contains mainly: red. Hex color #D61E90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61E90 is #29E16F. Grayscale: #616161. Windows color (decimal): -2744688 or 9445078. OLE color: 9445078.

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

Color convert

RGB 214 30 144 -
CMYK 0 0.86 0.33 0.16
HSL 322.83º 0.75% 0.48% -
HSV(B) 322.83º 0.86% 0.84% -
XYZ 33.23 17.24 27.96 -
YUV 98.01 153.96 210.73 -
System Red Green Blue C M Y K H S L
Decimal 214 30 144 0 0.86 0.33 0.16 322.83 0.75 0.48
Hex D6 1E 90 0 56 21 10 143 4B 30
Octal 326 36 220 0 126 41 20 503 113 60
Binary 11010110 11110 10010000 0 1010110 100001 10000 101000011 1001011 110000

Color Harmonies of #D61E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61E90

Black with #D61E90

Text Example


Text Example

White with #D61E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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