Html Css Color HEX #D61EA2 Medium Violet Red

📋 copy color: '#D61EA2'

red 214 ◦ green 30 ◦ blue 162

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

Shades of Medium Violet Red #D61EA2

Tints of Medium Violet Red #D61EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 39.9%

R = 52.71%
G = 7.39%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D61EA2 (or 0xD61EA2) is known color: Medium Violet Red. HEX triplet: D6, 1E and A2. RGB value is (214,30,162). Sum of RGB (Red+Green+Blue) = 214+30+162=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 30 (12.11% from 255 or 7.39% from 406); Blue value is 162 (63.67% from 255 or 39.90% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D61EA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61EA2 is #29E15D. Grayscale: #636363. Windows color (decimal): -2744670 or 10624726. OLE color: 10624726.

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

Color convert

RGB 214 30 162 -
CMYK 0 0.86 0.24 0.16
HSL 316.96º 0.75% 0.48% -
HSV(B) 316.96º 0.86% 0.84% -
XYZ 34.72 17.83 35.79 -
YUV 100.06 162.96 209.27 -
System Red Green Blue C M Y K H S L
Decimal 214 30 162 0 0.86 0.24 0.16 316.96 0.75 0.48
Hex D6 1E A2 0 56 18 10 13D 4B 30
Octal 326 36 242 0 126 30 20 475 113 60
Binary 11010110 11110 10100010 0 1010110 11000 10000 100111101 1001011 110000

Color Harmonies of #D61EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61EA2

Black with #D61EA2

Text Example


Text Example

White with #D61EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61EA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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