Html Css Color HEX #D61BA0 Medium Violet Red

📋 copy color: '#D61BA0'

red 214 ◦ green 27 ◦ blue 160

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

Shades of Medium Violet Red #D61BA0

Tints of Medium Violet Red #D61BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 39.9%

R = 53.37%
G = 6.73%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D61BA0 (or 0xD61BA0) is known color: Medium Violet Red. HEX triplet: D6, 1B and A0. RGB value is (214,27,160). Sum of RGB (Red+Green+Blue) = 214+27+160=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 27 (10.94% from 255 or 6.73% from 401); Blue value is 160 (62.89% from 255 or 39.90% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D61BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61BA0 is #29E45F. Grayscale: #616161. Windows color (decimal): -2745440 or 10492886. OLE color: 10492886.

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

Color convert

RGB 214 27 160 -
CMYK 0 0.87 0.25 0.16
HSL 317.33º 0.78% 0.47% -
HSV(B) 317.33º 0.87% 0.84% -
XYZ 34.47 17.62 34.84 -
YUV 98.08 162.95 210.69 -
System Red Green Blue C M Y K H S L
Decimal 214 27 160 0 0.87 0.25 0.16 317.33 0.78 0.47
Hex D6 1B A0 0 57 19 10 13D 4E 2F
Octal 326 33 240 0 127 31 20 475 116 57
Binary 11010110 11011 10100000 0 1010111 11001 10000 100111101 1001110 101111

Color Harmonies of #D61BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61BA0

Black with #D61BA0

Text Example


Text Example

White with #D61BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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