Html Css Color HEX #D61B80 Medium Violet Red

📋 copy color: '#D61B80'

red 214 ◦ green 27 ◦ blue 128

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

Shades of Medium Violet Red #D61B80

Tints of Medium Violet Red #D61B80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.69%

R = 57.99%
G = 7.32%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D61B80 (or 0xD61B80) is known color: Medium Violet Red. HEX triplet: D6, 1B and 80. RGB value is (214,27,128). Sum of RGB (Red+Green+Blue) = 214+27+128=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 27 (10.94% from 255 or 7.32% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D61B80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61B80 is #29E47F. Grayscale: #5E5E5E. Windows color (decimal): -2745472 or 8395734. OLE color: 8395734.

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

Color convert

RGB 214 27 128 -
CMYK 0 0.87 0.40 0.16
HSL 327.59º 0.78% 0.47% -
HSV(B) 327.59º 0.87% 0.84% -
XYZ 32.02 16.64 21.95 -
YUV 94.43 146.95 213.29 -
System Red Green Blue C M Y K H S L
Decimal 214 27 128 0 0.87 0.40 0.16 327.59 0.78 0.47
Hex D6 1B 80 0 57 28 10 148 4E 2F
Octal 326 33 200 0 127 50 20 510 116 57
Binary 11010110 11011 10000000 0 1010111 101000 10000 101001000 1001110 101111

Color Harmonies of #D61B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61B80

Black with #D61B80

Text Example


Text Example

White with #D61B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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