Html Css Color HEX #D61B89 Medium Violet Red

📋 copy color: '#D61B89'

red 214 ◦ green 27 ◦ blue 137

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

Shades of Medium Violet Red #D61B89

Tints of Medium Violet Red #D61B89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.24%

R = 56.61%
G = 7.14%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D61B89 (or 0xD61B89) is known color: Medium Violet Red. HEX triplet: D6, 1B and 89. RGB value is (214,27,137). Sum of RGB (Red+Green+Blue) = 214+27+137=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 27 (10.94% from 255 or 7.14% from 378); Blue value is 137 (53.91% from 255 or 36.24% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D61B89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61B89 is #29E476. Grayscale: #5F5F5F. Windows color (decimal): -2745463 or 8985558. OLE color: 8985558.

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

Color convert

RGB 214 27 137 -
CMYK 0 0.87 0.36 0.16
HSL 324.71º 0.78% 0.47% -
HSV(B) 324.71º 0.87% 0.84% -
XYZ 32.64 16.89 25.21 -
YUV 95.45 151.45 212.56 -
System Red Green Blue C M Y K H S L
Decimal 214 27 137 0 0.87 0.36 0.16 324.71 0.78 0.47
Hex D6 1B 89 0 57 24 10 145 4E 2F
Octal 326 33 211 0 127 44 20 505 116 57
Binary 11010110 11011 10001001 0 1010111 100100 10000 101000101 1001110 101111

Color Harmonies of #D61B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61B89

Black with #D61B89

Text Example


Text Example

White with #D61B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61B89; }

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

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

background-color css

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

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

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

border-color css

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

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

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