Html Css Color HEX #D61E9A Medium Violet Red

📋 copy color: '#D61E9A'

red 214 ◦ green 30 ◦ blue 154

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

Shades of Medium Violet Red #D61E9A

Tints of Medium Violet Red #D61E9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.69%

R = 53.77%
G = 7.54%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D61E9A (or 0xD61E9A) is known color: Medium Violet Red. HEX triplet: D6, 1E and 9A. RGB value is (214,30,154). Sum of RGB (Red+Green+Blue) = 214+30+154=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 30 (12.11% from 255 or 7.54% from 398); Blue value is 154 (60.55% from 255 or 38.69% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D61E9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61E9A is #29E165. Grayscale: #626262. Windows color (decimal): -2744678 or 10100438. OLE color: 10100438.

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

Color convert

RGB 214 30 154 -
CMYK 0 0.86 0.28 0.16
HSL 319.57º 0.75% 0.48% -
HSV(B) 319.57º 0.86% 0.84% -
XYZ 34.03 17.56 32.17 -
YUV 99.15 158.96 209.92 -
System Red Green Blue C M Y K H S L
Decimal 214 30 154 0 0.86 0.28 0.16 319.57 0.75 0.48
Hex D6 1E 9A 0 56 1C 10 140 4B 30
Octal 326 36 232 0 126 34 20 500 113 60
Binary 11010110 11110 10011010 0 1010110 11100 10000 101000000 1001011 110000

Color Harmonies of #D61E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61E9A

Black with #D61E9A

Text Example


Text Example

White with #D61E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61E9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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