Html Css Color HEX #D61AA1 Medium Violet Red

📋 copy color: '#D61AA1'

red 214 ◦ green 26 ◦ blue 161

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

Shades of Medium Violet Red #D61AA1

Tints of Medium Violet Red #D61AA1

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.48%

 BLUE value IS 161 (63.28% from 255) = 40.15%

R = 53.37%
G = 6.48%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D61AA1 (or 0xD61AA1) is known color: Medium Violet Red. HEX triplet: D6, 1A and A1. RGB value is (214,26,161). Sum of RGB (Red+Green+Blue) = 214+26+161=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 26 (10.55% from 255 or 6.48% from 401); Blue value is 161 (63.28% from 255 or 40.15% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D61AA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61AA1 is #29E55E. Grayscale: #616161. Windows color (decimal): -2745695 or 10558166. OLE color: 10558166.

HSL color Cylindrical-coordinate representation of color #D61AA1: hue angle of 316.91º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D61AA1 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 26 161 -
CMYK 0 0.88 0.25 0.16
HSL 316.91º 0.78% 0.47% -
HSV(B) 316.91º 0.88% 0.84% -
XYZ 34.53 17.61 35.3 -
YUV 97.6 163.78 211.02 -
System Red Green Blue C M Y K H S L
Decimal 214 26 161 0 0.88 0.25 0.16 316.91 0.78 0.47
Hex D6 1A A1 0 58 19 10 13D 4E 2F
Octal 326 32 241 0 130 31 20 475 116 57
Binary 11010110 11010 10100001 0 1011000 11001 10000 100111101 1001110 101111

Color Harmonies of #D61AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61AA1

Black with #D61AA1

Text Example


Text Example

White with #D61AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61AA1; }

 p { color: rgb(214,26,161); }

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

background-color css

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

 a { background-color: rgb(214,26,161); }

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

border-color css

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

 span { border-color: rgb(214,26,161); }

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