Html Css Color HEX #D61B9C Medium Violet Red

📋 copy color: '#D61B9C'

red 214 ◦ green 27 ◦ blue 156

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

Shades of Medium Violet Red #D61B9C

Tints of Medium Violet Red #D61B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.29%

R = 53.9%
G = 6.8%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D61B9C (or 0xD61B9C) is known color: Medium Violet Red. HEX triplet: D6, 1B and 9C. RGB value is (214,27,156). Sum of RGB (Red+Green+Blue) = 214+27+156=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 27 (10.94% from 255 or 6.80% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D61B9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61B9C is #29E463. Grayscale: #616161. Windows color (decimal): -2745444 or 10230742. OLE color: 10230742.

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

Color convert

RGB 214 27 156 -
CMYK 0 0.87 0.27 0.16
HSL 318.61º 0.78% 0.47% -
HSV(B) 318.61º 0.87% 0.84% -
XYZ 34.12 17.48 33.03 -
YUV 97.62 160.95 211.01 -
System Red Green Blue C M Y K H S L
Decimal 214 27 156 0 0.87 0.27 0.16 318.61 0.78 0.47
Hex D6 1B 9C 0 57 1B 10 13F 4E 2F
Octal 326 33 234 0 127 33 20 477 116 57
Binary 11010110 11011 10011100 0 1010111 11011 10000 100111111 1001110 101111

Color Harmonies of #D61B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61B9C

Black with #D61B9C

Text Example


Text Example

White with #D61B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61B9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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