Html Css Color HEX #D61B81 Medium Violet Red

📋 copy color: '#D61B81'

red 214 ◦ green 27 ◦ blue 129

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

Shades of Medium Violet Red #D61B81

Tints of Medium Violet Red #D61B81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.86%

R = 57.84%
G = 7.3%
B = 34.86%

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

#D61B81 (or 0xD61B81) is known color: Medium Violet Red. HEX triplet: D6, 1B and 81. RGB value is (214,27,129). Sum of RGB (Red+Green+Blue) = 214+27+129=370 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.84% from 370); Green value is 27 (10.94% from 255 or 7.30% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 214 - color contains mainly: red. Hex color #D61B81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61B81 is #29E47E. Grayscale: #5E5E5E. Windows color (decimal): -2745471 or 8461270. OLE color: 8461270.

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

Color convert

RGB 214 27 129 -
CMYK 0 0.87 0.40 0.16
HSL 327.27º 0.78% 0.47% -
HSV(B) 327.27º 0.87% 0.84% -
XYZ 32.09 16.66 22.29 -
YUV 94.54 147.45 213.21 -
System Red Green Blue C M Y K H S L
Decimal 214 27 129 0 0.87 0.40 0.16 327.27 0.78 0.47
Hex D6 1B 81 0 57 28 10 147 4E 2F
Octal 326 33 201 0 127 50 20 507 116 57
Binary 11010110 11011 10000001 0 1010111 101000 10000 101000111 1001110 101111

Color Harmonies of #D61B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61B81

Black with #D61B81

Text Example


Text Example

White with #D61B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61B81; }

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

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

background-color css

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

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

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

border-color css

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

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

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