Html Css Color HEX #D60982 Medium Violet Red

📋 copy color: '#D60982'

red 214 ◦ green 9 ◦ blue 130

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

Shades of Medium Violet Red #D60982

Tints of Medium Violet Red #D60982

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.55%

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

R = 60.62%
G = 2.55%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D60982 (or 0xD60982) is known color: Medium Violet Red. HEX triplet: D6, 09 and 82. RGB value is (214,9,130). Sum of RGB (Red+Green+Blue) = 214+9+130=353 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.62% from 353); Green value is 9 (3.91% from 255 or 2.55% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 214 - color contains mainly: red. Hex color #D60982 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60982 is #29F67D. Grayscale: #535353. Windows color (decimal): -2750078 or 8522198. OLE color: 8522198.

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

Color convert

RGB 214 9 130 -
CMYK 0 0.96 0.39 0.16
HSL 324.59º 0.92% 0.44% -
HSV(B) 324.59º 0.96% 0.84% -
XYZ 31.86 16.1 22.55 -
YUV 84.09 153.92 220.66 -
System Red Green Blue C M Y K H S L
Decimal 214 9 130 0 0.96 0.39 0.16 324.59 0.92 0.44
Hex D6 9 82 0 60 27 10 145 5C 2C
Octal 326 11 202 0 140 47 20 505 134 54
Binary 11010110 1001 10000010 0 1100000 100111 10000 101000101 1011100 101100

Color Harmonies of #D60982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60982

Black with #D60982

Text Example


Text Example

White with #D60982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60982; }

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

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

background-color css

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

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

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

border-color css

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

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

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