Html Css Color HEX #D61BA9 Medium Violet Red

📋 copy color: '#D61BA9'

red 214 ◦ green 27 ◦ blue 169

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

Shades of Medium Violet Red #D61BA9

Tints of Medium Violet Red #D61BA9

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.59%

 BLUE value IS 169 (66.41% from 255) = 41.22%

R = 52.2%
G = 6.59%
B = 41.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D61BA9 (or 0xD61BA9) is known color: Medium Violet Red. HEX triplet: D6, 1B and A9. RGB value is (214,27,169). Sum of RGB (Red+Green+Blue) = 214+27+169=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 27 (10.94% from 255 or 6.59% from 410); Blue value is 169 (66.41% from 255 or 41.22% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D61BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61BA9 is #29E456. Grayscale: #626262. Windows color (decimal): -2745431 or 11082710. OLE color: 11082710.

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

Color convert

RGB 214 27 169 -
CMYK 0 0.87 0.21 0.16
HSL 314.44º 0.78% 0.47% -
HSV(B) 314.44º 0.87% 0.84% -
XYZ 35.28 17.94 39.14 -
YUV 99.1 167.45 209.95 -
System Red Green Blue C M Y K H S L
Decimal 214 27 169 0 0.87 0.21 0.16 314.44 0.78 0.47
Hex D6 1B A9 0 57 15 10 13A 4E 2F
Octal 326 33 251 0 127 25 20 472 116 57
Binary 11010110 11011 10101001 0 1010111 10101 10000 100111010 1001110 101111

Color Harmonies of #D61BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61BA9

Black with #D61BA9

Text Example


Text Example

White with #D61BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61BA9; }

 p { color: rgb(214,27,169); }

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

background-color css

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

 a { background-color: rgb(214,27,169); }

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

border-color css

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

 span { border-color: rgb(214,27,169); }

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