Html Css Color HEX #D61AA2 Medium Violet Red

📋 copy color: '#D61AA2'

red 214 ◦ green 26 ◦ blue 162

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

Shades of Medium Violet Red #D61AA2

Tints of Medium Violet Red #D61AA2

RGB

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

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

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

R = 53.23%
G = 6.47%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D61AA2 (or 0xD61AA2) is known color: Medium Violet Red. HEX triplet: D6, 1A and A2. RGB value is (214,26,162). Sum of RGB (Red+Green+Blue) = 214+26+162=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 26 (10.55% from 255 or 6.47% from 402); Blue value is 162 (63.67% from 255 or 40.30% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D61AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61AA2 is #29E55D. Grayscale: #616161. Windows color (decimal): -2745694 or 10623702. OLE color: 10623702.

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

Color convert

RGB 214 26 162 -
CMYK 0 0.88 0.24 0.16
HSL 316.6º 0.78% 0.47% -
HSV(B) 316.6º 0.88% 0.84% -
XYZ 34.62 17.64 35.76 -
YUV 97.72 164.28 210.94 -
System Red Green Blue C M Y K H S L
Decimal 214 26 162 0 0.88 0.24 0.16 316.6 0.78 0.47
Hex D6 1A A2 0 58 18 10 13D 4E 2F
Octal 326 32 242 0 130 30 20 475 116 57
Binary 11010110 11010 10100010 0 1011000 11000 10000 100111101 1001110 101111

Color Harmonies of #D61AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61AA2

Black with #D61AA2

Text Example


Text Example

White with #D61AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61AA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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