#D61E82

Color #D61E82 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #D61E82

Tints of Medium Violet Red #D61E82

Color information

#D61E82 (or 0xD61E82) is unknown color: approx Medium Violet Red. HEX triplet: D6, 1E and 82. RGB value is (214,30,130). Sum of RGB (Red+Green+Blue) = 214+30+130=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 30 (12.11% from 255 or 8.02% from 374); Blue value is 130 (51.17% from 255 or 34.76% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D61E82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61E82 is #29E17D. Grayscale: #606060. Windows color (decimal): -2744702 or 8527574. OLE color: 8527574.

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

Color convert

RGB21430130-
CMYK00.860.390.16
HSL327.39º75.41%47.84%-
HSV(B)327.39º85.98%83.92%-
XYZ32.2316.8422.67-
YUV96.42146.96211.87-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 57.22%
GREEN value IS 30 (12.11% from 255) = 8.02%
BLUE value IS 130 (51.17% from 255) = 34.76%
R=57.22%
G=8.02%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2143013000.860.390.16327.3975.4147.84
HexD61E8205627101474b30
Octal326362020126472050711360
Binary11010110111101000001001010110100111100001010001111001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D61E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D61E82; }

 p { color: rgb(214,30,130); }

 H1.HeaderClassName
 {
   color: #D61E82;
 }
 .AnyTagClassName
 {
   color: #D61E82;
 }
</style>
background-color css

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

 a { background-color: rgb(214,30,130); }

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

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

 span { border-color: rgb(214,30,130); }

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