Html Css Color HEX #D60983 Medium Violet Red

📋 copy color: '#D60983'

red 214 ◦ green 9 ◦ blue 131

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

Shades of Medium Violet Red #D60983

Tints of Medium Violet Red #D60983

RGB

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

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

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

R = 60.45%
G = 2.54%
B = 37.01%

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

#D60983 (or 0xD60983) is known color: Medium Violet Red. HEX triplet: D6, 09 and 83. RGB value is (214,9,131). Sum of RGB (Red+Green+Blue) = 214+9+131=354 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.45% from 354); Green value is 9 (3.91% from 255 or 2.54% from 354); Blue value is 131 (51.56% from 255 or 37.01% from 354); Max value from RGB is 214 - color contains mainly: red. Hex color #D60983 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60983 is #29F67C. Grayscale: #535353. Windows color (decimal): -2750077 or 8587734. OLE color: 8587734.

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

Color convert

RGB 214 9 131 -
CMYK 0 0.96 0.39 0.16
HSL 324.29º 0.92% 0.44% -
HSV(B) 324.29º 0.96% 0.84% -
XYZ 31.93 16.13 22.9 -
YUV 84.2 154.42 220.58 -
System Red Green Blue C M Y K H S L
Decimal 214 9 131 0 0.96 0.39 0.16 324.29 0.92 0.44
Hex D6 9 83 0 60 27 10 144 5C 2C
Octal 326 11 203 0 140 47 20 504 134 54
Binary 11010110 1001 10000011 0 1100000 100111 10000 101000100 1011100 101100

Color Harmonies of #D60983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60983

Black with #D60983

Text Example


Text Example

White with #D60983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60983; }

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

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

background-color css

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

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

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

border-color css

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

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

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