Html Css Color HEX #D61082 Medium Violet Red

📋 copy color: '#D61082'

red 214 ◦ green 16 ◦ blue 130

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

Shades of Medium Violet Red #D61082

Tints of Medium Violet Red #D61082

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.44%

 BLUE value IS 130 (51.17% from 255) = 36.11%

R = 59.44%
G = 4.44%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D61082 (or 0xD61082) is known color: Medium Violet Red. HEX triplet: D6, 10 and 82. RGB value is (214,16,130). Sum of RGB (Red+Green+Blue) = 214+16+130=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 16 (6.64% from 255 or 4.44% from 360); Blue value is 130 (51.17% from 255 or 36.11% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D61082 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61082 is #29EF7D. Grayscale: #575757. Windows color (decimal): -2748286 or 8523990. OLE color: 8523990.

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

Color convert

RGB 214 16 130 -
CMYK 0 0.93 0.39 0.16
HSL 325.45º 0.86% 0.45% -
HSV(B) 325.45º 0.93% 0.84% -
XYZ 31.95 16.28 22.58 -
YUV 88.2 151.6 217.73 -
System Red Green Blue C M Y K H S L
Decimal 214 16 130 0 0.93 0.39 0.16 325.45 0.86 0.45
Hex D6 10 82 0 5D 27 10 145 56 2D
Octal 326 20 202 0 135 47 20 505 126 55
Binary 11010110 10000 10000010 0 1011101 100111 10000 101000101 1010110 101101

Color Harmonies of #D61082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61082

Black with #D61082

Text Example


Text Example

White with #D61082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61082; }

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

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

background-color css

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

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

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

border-color css

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

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

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