Html Css Color HEX #D61A83 Medium Violet Red

📋 copy color: '#D61A83'

red 214 ◦ green 26 ◦ blue 131

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

Shades of Medium Violet Red #D61A83

Tints of Medium Violet Red #D61A83

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.01%

 BLUE value IS 131 (51.56% from 255) = 35.31%

R = 57.68%
G = 7.01%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D61A83 (or 0xD61A83) is known color: Medium Violet Red. HEX triplet: D6, 1A and 83. RGB value is (214,26,131). Sum of RGB (Red+Green+Blue) = 214+26+131=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 26 (10.55% from 255 or 7.01% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D61A83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61A83 is #29E57C. Grayscale: #5D5D5D. Windows color (decimal): -2745725 or 8592086. OLE color: 8592086.

HSL color Cylindrical-coordinate representation of color #D61A83: hue angle of 326.49º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D61A83 is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 26 131 -
CMYK 0 0.88 0.39 0.16
HSL 326.49º 0.78% 0.47% -
HSV(B) 326.49º 0.88% 0.84% -
XYZ 32.2 16.67 22.99 -
YUV 94.18 148.78 213.46 -
System Red Green Blue C M Y K H S L
Decimal 214 26 131 0 0.88 0.39 0.16 326.49 0.78 0.47
Hex D6 1A 83 0 58 27 10 146 4E 2F
Octal 326 32 203 0 130 47 20 506 116 57
Binary 11010110 11010 10000011 0 1011000 100111 10000 101000110 1001110 101111

Color Harmonies of #D61A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61A83

Black with #D61A83

Text Example


Text Example

White with #D61A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61A83; }

 p { color: rgb(214,26,131); }

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

background-color css

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

 a { background-color: rgb(214,26,131); }

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

border-color css

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

 span { border-color: rgb(214,26,131); }

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