Html Css Color HEX #D61A9F Medium Violet Red

📋 copy color: '#D61A9F'

red 214 ◦ green 26 ◦ blue 159

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

Shades of Medium Violet Red #D61A9F

Tints of Medium Violet Red #D61A9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.85%

R = 53.63%
G = 6.52%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D61A9F (or 0xD61A9F) is known color: Medium Violet Red. HEX triplet: D6, 1A and 9F. RGB value is (214,26,159). Sum of RGB (Red+Green+Blue) = 214+26+159=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 26 (10.55% from 255 or 6.52% from 399); Blue value is 159 (62.5% from 255 or 39.85% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D61A9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61A9F is #29E560. Grayscale: #616161. Windows color (decimal): -2745697 or 10427094. OLE color: 10427094.

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

Color convert

RGB 214 26 159 -
CMYK 0 0.88 0.26 0.16
HSL 317.55º 0.78% 0.47% -
HSV(B) 317.55º 0.88% 0.84% -
XYZ 34.36 17.54 34.38 -
YUV 97.37 162.78 211.19 -
System Red Green Blue C M Y K H S L
Decimal 214 26 159 0 0.88 0.26 0.16 317.55 0.78 0.47
Hex D6 1A 9F 0 58 1A 10 13E 4E 2F
Octal 326 32 237 0 130 32 20 476 116 57
Binary 11010110 11010 10011111 0 1011000 11010 10000 100111110 1001110 101111

Color Harmonies of #D61A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61A9F

Black with #D61A9F

Text Example


Text Example

White with #D61A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61A9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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