Html Css Color HEX #D61BA5 Medium Violet Red

📋 copy color: '#D61BA5'

red 214 ◦ green 27 ◦ blue 165

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

Shades of Medium Violet Red #D61BA5

Tints of Medium Violet Red #D61BA5

RGB

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

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

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

R = 52.71%
G = 6.65%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D61BA5 (or 0xD61BA5) is known color: Medium Violet Red. HEX triplet: D6, 1B and A5. RGB value is (214,27,165). Sum of RGB (Red+Green+Blue) = 214+27+165=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 27 (10.94% from 255 or 6.65% from 406); Blue value is 165 (64.84% from 255 or 40.64% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D61BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61BA5 is #29E45A. Grayscale: #626262. Windows color (decimal): -2745435 or 10820566. OLE color: 10820566.

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

Color convert

RGB 214 27 165 -
CMYK 0 0.87 0.23 0.16
HSL 315.72º 0.78% 0.47% -
HSV(B) 315.72º 0.87% 0.84% -
XYZ 34.92 17.8 37.19 -
YUV 98.65 165.45 210.28 -
System Red Green Blue C M Y K H S L
Decimal 214 27 165 0 0.87 0.23 0.16 315.72 0.78 0.47
Hex D6 1B A5 0 57 17 10 13C 4E 2F
Octal 326 33 245 0 127 27 20 474 116 57
Binary 11010110 11011 10100101 0 1010111 10111 10000 100111100 1001110 101111

Color Harmonies of #D61BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61BA5

Black with #D61BA5

Text Example


Text Example

White with #D61BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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