Html Css Color HEX #D61C83 Medium Violet Red

📋 copy color: '#D61C83'

red 214 ◦ green 28 ◦ blue 131

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

Shades of Medium Violet Red #D61C83

Tints of Medium Violet Red #D61C83

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.51%

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

R = 57.37%
G = 7.51%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D61C83 (or 0xD61C83) is known color: Medium Violet Red. HEX triplet: D6, 1C and 83. RGB value is (214,28,131). Sum of RGB (Red+Green+Blue) = 214+28+131=373 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.37% from 373); Green value is 28 (11.33% from 255 or 7.51% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 214 - color contains mainly: red. Hex color #D61C83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61C83 is #29E37C. Grayscale: #5F5F5F. Windows color (decimal): -2745213 or 8592598. OLE color: 8592598.

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

Color convert

RGB 214 28 131 -
CMYK 0 0.87 0.39 0.16
HSL 326.77º 0.77% 0.47% -
HSV(B) 326.77º 0.87% 0.84% -
XYZ 32.24 16.77 23.01 -
YUV 95.36 148.12 212.62 -
System Red Green Blue C M Y K H S L
Decimal 214 28 131 0 0.87 0.39 0.16 326.77 0.77 0.47
Hex D6 1C 83 0 57 27 10 147 4D 2F
Octal 326 34 203 0 127 47 20 507 115 57
Binary 11010110 11100 10000011 0 1010111 100111 10000 101000111 1001101 101111

Color Harmonies of #D61C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61C83

Black with #D61C83

Text Example


Text Example

White with #D61C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61C83; }

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

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

background-color css

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

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

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

border-color css

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

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

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