Html Css Color HEX #D61AA5 Medium Violet Red

📋 copy color: '#D61AA5'

red 214 ◦ green 26 ◦ blue 165

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

Shades of Medium Violet Red #D61AA5

Tints of Medium Violet Red #D61AA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 40.74%

R = 52.84%
G = 6.42%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D61AA5 (or 0xD61AA5) is known color: Medium Violet Red. HEX triplet: D6, 1A and A5. RGB value is (214,26,165). Sum of RGB (Red+Green+Blue) = 214+26+165=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 26 (10.55% from 255 or 6.42% from 405); Blue value is 165 (64.84% from 255 or 40.74% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D61AA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61AA5 is #29E55A. Grayscale: #616161. Windows color (decimal): -2745691 or 10820310. OLE color: 10820310.

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

Color convert

RGB 214 26 165 -
CMYK 0 0.88 0.23 0.16
HSL 315.64º 0.78% 0.47% -
HSV(B) 315.64º 0.88% 0.84% -
XYZ 34.89 17.75 37.18 -
YUV 98.06 165.78 210.7 -
System Red Green Blue C M Y K H S L
Decimal 214 26 165 0 0.88 0.23 0.16 315.64 0.78 0.47
Hex D6 1A A5 0 58 17 10 13C 4E 2F
Octal 326 32 245 0 130 27 20 474 116 57
Binary 11010110 11010 10100101 0 1011000 10111 10000 100111100 1001110 101111

Color Harmonies of #D61AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61AA5

Black with #D61AA5

Text Example


Text Example

White with #D61AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61AA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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