Html Css Color HEX #D60984 Medium Violet Red

📋 copy color: '#D60984'

red 214 ◦ green 9 ◦ blue 132

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

Shades of Medium Violet Red #D60984

Tints of Medium Violet Red #D60984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 37.18%

R = 60.28%
G = 2.54%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D60984 (or 0xD60984) is known color: Medium Violet Red. HEX triplet: D6, 09 and 84. RGB value is (214,9,132). Sum of RGB (Red+Green+Blue) = 214+9+132=355 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.28% from 355); Green value is 9 (3.91% from 255 or 2.54% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 214 - color contains mainly: red. Hex color #D60984 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60984 is #29F67B. Grayscale: #545454. Windows color (decimal): -2750076 or 8653270. OLE color: 8653270.

HSL color Cylindrical-coordinate representation of color #D60984: hue angle of 324º 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 #D60984 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 9 132 -
CMYK 0 0.96 0.38 0.16
HSL 324º 0.92% 0.44% -
HSV(B) 324º 0.96% 0.84% -
XYZ 31.99 16.16 23.26 -
YUV 84.32 154.92 220.5 -
System Red Green Blue C M Y K H S L
Decimal 214 9 132 0 0.96 0.38 0.16 324 0.92 0.44
Hex D6 9 84 0 60 26 10 144 5C 2C
Octal 326 11 204 0 140 46 20 504 134 54
Binary 11010110 1001 10000100 0 1100000 100110 10000 101000100 1011100 101100

Color Harmonies of #D60984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60984

Black with #D60984

Text Example


Text Example

White with #D60984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60984; }

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

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

background-color css

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

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

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

border-color css

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

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

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