Html Css Color HEX #D60C84 Medium Violet Red

📋 copy color: '#D60C84'

red 214 ◦ green 12 ◦ blue 132

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

Shades of Medium Violet Red #D60C84

Tints of Medium Violet Red #D60C84

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.35%

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

R = 59.78%
G = 3.35%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D60C84 (or 0xD60C84) is known color: Medium Violet Red. HEX triplet: D6, 0C and 84. RGB value is (214,12,132). Sum of RGB (Red+Green+Blue) = 214+12+132=358 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.78% from 358); Green value is 12 (5.08% from 255 or 3.35% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 214 - color contains mainly: red. Hex color #D60C84 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60C84 is #29F37B. Grayscale: #555555. Windows color (decimal): -2749308 or 8654038. OLE color: 8654038.

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

Color convert

RGB 214 12 132 -
CMYK 0 0.94 0.38 0.16
HSL 324.36º 0.89% 0.44% -
HSV(B) 324.36º 0.94% 0.84% -
XYZ 32.03 16.23 23.27 -
YUV 86.08 153.92 219.24 -
System Red Green Blue C M Y K H S L
Decimal 214 12 132 0 0.94 0.38 0.16 324.36 0.89 0.44
Hex D6 C 84 0 5E 26 10 144 59 2C
Octal 326 14 204 0 136 46 20 504 131 54
Binary 11010110 1100 10000100 0 1011110 100110 10000 101000100 1011001 101100

Color Harmonies of #D60C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60C84

Black with #D60C84

Text Example


Text Example

White with #D60C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60C84; }

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

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

background-color css

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

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

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

border-color css

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

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

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